]> cat aescling's git repositories - mastodon.git/commitdiff
Debugging travis
authorEugen Rochko <eugen@zeonfederated.com>
Sat, 15 Oct 2016 16:13:23 +0000 (18:13 +0200)
committerEugen Rochko <eugen@zeonfederated.com>
Sat, 15 Oct 2016 16:13:23 +0000 (18:13 +0200)
.travis.yml

index 90c19fcd1e815c623bc13ce4521af6c22559ac20..ead8e41c282b5c5b9c95c21eb1f33ad53c227a7e 100644 (file)
@@ -26,6 +26,7 @@ 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
   - nvm install $TRAVIS_NODE_VERSION
   - npm install -g npm@3