Trying a travis fix

th-downstream
Eugen Rochko 8 years ago
parent 0aa739a7a8
commit 90a12bdb1f

@ -26,8 +26,9 @@ services:
bundler_args: --without development production --retry=3 --jobs=3
install:
- nvm ls
- rm -rf ~/.nvm && git clone https://github.com/creationix/nvm.git ~/.nvm && (cd ~/.nvm && git checkout `git describe --abbrev=0 --tags --match "v[0-9]*" origin`) && source ~/.nvm/nvm.sh
- rm -rf ~/.nvm && git clone https://github.com/creationix/nvm.git ~/.nvm && (cd ~/.nvm && git checkout `git describe --abbrev=0 --tags --match "v[0-9]*" origin`)
- nvm alias default v0.10.36
- source ~/.nvm/nvm.sh
- nvm install $TRAVIS_NODE_VERSION
- npm install -g npm@3
- npm install -g yarn

Loading…
Cancel
Save