Skip to content

Commit

Permalink
Make sure NPM is up to date
Browse files Browse the repository at this point in the history
  • Loading branch information
sulkaharo authored and tanja3981 committed May 21, 2019
1 parent a2c3748 commit 0d7c6a3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ node_js:
#os:
# - osx
before_install:
- if [[ `npm --version` != "6.4.1" ]]; then npm install -g npm@latest; npm --version; fi
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then brew update; fi
# https://github.com/Homebrew/homebrew-core/issues/26358
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then brew unlink python; fi
Expand Down

0 comments on commit 0d7c6a3

Please sign in to comment.