Skip to content

Commit

Permalink
v0.4.14: Travis-CI: OSX fix candidate #1
Browse files Browse the repository at this point in the history
  • Loading branch information
jas- committed Sep 14, 2018
1 parent 4235494 commit 1928f84
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; fi
- 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

0 comments on commit 1928f84

Please sign in to comment.