Browse Source

Fix travis test

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

+ 1
- 1
.travis.yml View File

@ -19,7 +19,7 @@ services:
bundler_args: --without development production --retry=3 --jobs=3
install:
- npm install -g npm@2
- npm install -g npm@3
- npm install
- bundle install

Loading…
Cancel
Save