about summary refs log tree commit diff
path: root/.travis.yml
diff options
context:
space:
mode:
authorEugen Rochko <eugen@zeonfederated.com>2016-10-15 18:19:35 +0200
committerEugen Rochko <eugen@zeonfederated.com>2016-10-15 18:19:35 +0200
commitf9c9fef1575af3b97cbb300acae60272affc7730 (patch)
treec9b684666a2dfc604fd166af410aa26316701a72 /.travis.yml
parent07e56d52b16c143a3753508c44cf0f894291369f (diff)
Maybe it will work like this
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml3
1 files changed, 0 insertions, 3 deletions
diff --git a/.travis.yml b/.travis.yml
index 4e4b565bf..405cce645 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -26,9 +26,6 @@ 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 --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