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 4fc0d2f commit 5aaa9ccCopy full SHA for 5aaa9cc
.travis.yml
@@ -33,7 +33,7 @@ addons:
33
34
before_install:
35
- rm -rf ~/.nvm && git clone https://github.com/creationix/nvm.git ~/.nvm && (cd ~/.nvm && git checkout `git describe --abbrev=0 --tags`) && source ~/.nvm/nvm.sh
36
- - nvm install $TRAVIS_NODE_VERSION
+ - nvm install $node_js
37
- PATH=$PATH:`pwd`/node_modules/.bin
38
39
- node --version
0 commit comments