Skip to content

Commit f321f7f

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

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
@@ -32,7 +32,7 @@ addons:
3232
- gcc-4.8
3333

3434
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
35+
- rm -rf ~/.nvm && curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.34.0/install.sh | bash
3636
- nvm install $TRAVIS_NODE_VERSION
3737
- PATH=$PATH:`pwd`/node_modules/.bin
3838

0 commit comments

Comments
 (0)