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:13:23 +0200
committerEugen Rochko <eugen@zeonfederated.com>2016-10-15 18:13:23 +0200
commit6394baff4d8c6840fc1fa5406522b97066193198 (patch)
tree424a5b4fc1f231d9bc60f2b82dbc6f4999202ba2 /.travis.yml
parent2a22d4076ea496709a2ad7e6c0b3d32764215ad0 (diff)
Debugging travis
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index 90c19fcd1..ead8e41c2 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -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