Skip to content

Commit

Permalink
v0.4.14: Removed conditional for linux pre install
Browse files Browse the repository at this point in the history
  • Loading branch information
jas- committed Sep 16, 2018
1 parent 6e79738 commit 0220499
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,4 @@ node_js:
- "10"

before_install:
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then brew update && brew install nmap; fi
- if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then sudo apt-get update && sudo apt-get install -y nmap; fi

0 comments on commit 0220499

Please sign in to comment.