about summary refs log tree commit diff
path: root/.travis.yml
diff options
context:
space:
mode:
authorEugen Rochko <eugen@zeonfederated.com>2016-10-08 00:48:36 +0200
committerEugen Rochko <eugen@zeonfederated.com>2016-10-08 00:48:36 +0200
commitf40843d6808578ae4315d2c60b2b1878f10edd2f (patch)
treef9924c83cd1bbae8354208e3e82dd6575f847726 /.travis.yml
parentd85df27053f947eb072c031ed66e128ee58b2743 (diff)
Fix travis test
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml2
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