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 e1384c7 commit 06a6789Copy full SHA for 06a6789
.travis.yml
@@ -29,7 +29,8 @@ env:
29
- ZMQ="4.1.3" SODIUM="1.0.5"
30
31
before_install:
32
- - if [ $TRAVIS_OS_NAME == "osx" ]; then brew update; brew install nvm; mkdir ~/.nvm; . $(brew --prefix nvm)/nvm.sh; fi
+ - git clone https://github.com/creationix/nvm.git ./.nvm
33
+ - source ./.nvm/nvm.sh
34
- nvm install $NODE_VERSION
35
- nvm use $NODE_VERSION
36
- node --version
0 commit comments