Skip to content

Commit 5aaa9cc

Browse files
author
Simon Hofmann
committed
Updated node version env var for nvm install
1 parent 4fc0d2f commit 5aaa9cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ addons:
3333

3434
before_install:
3535
- 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
36+
- nvm install $node_js
3737
- PATH=$PATH:`pwd`/node_modules/.bin
3838

3939
- node --version

0 commit comments

Comments
 (0)