diff options
author | Eugen Rochko <eugen@zeonfederated.com> | 2016-10-08 00:48:36 +0200 |
---|---|---|
committer | Eugen Rochko <eugen@zeonfederated.com> | 2016-10-08 00:48:36 +0200 |
commit | f40843d6808578ae4315d2c60b2b1878f10edd2f (patch) | |
tree | f9924c83cd1bbae8354208e3e82dd6575f847726 | |
parent | d85df27053f947eb072c031ed66e128ee58b2743 (diff) |
Fix travis test
-rw-r--r-- | .travis.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index 7890d4943..a06c8100e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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 |