Browse Source

Debugging travis

closed-social-glitch-2
Eugen Rochko 7 years ago
parent
commit
6394baff4d
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      .travis.yml

+ 1
- 0
.travis.yml View 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

Loading…
Cancel
Save