about summary refs log tree commit diff
path: root/.travis.yml
diff options
context:
space:
mode:
authorEugen Rochko <eugen@zeonfederated.com>2016-10-15 17:35:05 +0200
committerEugen Rochko <eugen@zeonfederated.com>2016-10-15 17:35:05 +0200
commit2993370de087417bb60bce5ffd6e4eb226135ab2 (patch)
tree07cd2e488cc25b5b956eeabefd2ab31ccddc3ff3 /.travis.yml
parentdb4671fd3fa36b2855f35bddcefd5573976144a6 (diff)
Fix travis node installation
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index f096c08be..b6b9d4830 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -22,7 +22,7 @@ services:
 bundler_args: --without development production --retry=3 --jobs=3
 
 install:
-  - 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 && nvm install $TRAVIS_NODE_VERSION
+  - 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 && nvm install $TRAVIS_NODE_VERSION
   - npm install -g npm@3
   - npm install -g yarn
   - bundle install