Skip to content

Commit

Permalink
v0.4.14: Fix for Travis-CI (OSX)
Browse files Browse the repository at this point in the history
  • Loading branch information
jas- committed Sep 14, 2018
1 parent 9270388 commit 4235494
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,5 @@ node_js:
- "10"

install:
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then brew update && brew install nmap; npm install; node examples/discover.js; npm test; fi
- 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; npm install; npm test; fi

0 comments on commit 4235494

Please sign in to comment.