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 f321f7fCopy full SHA for f321f7f
.travis.yml
@@ -32,7 +32,7 @@ addons:
32
- gcc-4.8
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
+ - rm -rf ~/.nvm && curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.34.0/install.sh | bash
36
- nvm install $TRAVIS_NODE_VERSION
37
- PATH=$PATH:`pwd`/node_modules/.bin
38
0 commit comments