]> cat aescling's git repositories - mastodon.git/commitdiff
Maybe it will work like this
authorEugen Rochko <eugen@zeonfederated.com>
Sat, 15 Oct 2016 16:19:35 +0000 (18:19 +0200)
committerEugen Rochko <eugen@zeonfederated.com>
Sat, 15 Oct 2016 16:19:35 +0000 (18:19 +0200)
.travis.yml

index 4e4b565bf5cec4f07e69b419e5777ca9ed4ea39a..405cce6459bd4b98d353cdf212aeccf8beba098b 100644 (file)
@@ -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