We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cfd7a36 commit 7a87bbfCopy full SHA for 7a87bbf
.travis.yml
@@ -8,7 +8,7 @@ os:
8
- osx
9
script: npm run-script test
10
before_install:
11
- - if [[ $TRAVIS_OS_NAME == "osx" ]]; then brew update; brew install nvm; fi
+ - if [[ $TRAVIS_OS_NAME == "osx" ]]; then echo "updating nvm for osx"; brew update; brew install nvm; fi
12
- nvm install $NODE_VERSION
13
- npm config set spin false
14
install:
0 commit comments