Skip to content

Commit

Permalink
v0.4.14: Travis-CI: OSX fix candidate #2
Browse files Browse the repository at this point in the history
  • Loading branch information
jas- committed Sep 15, 2018
1 parent 1928f84 commit 355c2ce
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,5 @@ node_js:
- "9"
- "10"

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

0 comments on commit 355c2ce

Please sign in to comment.