about summary refs log tree commit diff
path: root/.travis.yml
diff options
context:
space:
mode:
authorEugen Rochko <eugen@zeonfederated.com>2016-09-03 14:02:24 +0200
committerEugen Rochko <eugen@zeonfederated.com>2016-09-03 14:02:24 +0200
commit8e5c9a5a2c98b834bcc1dadb2c3c12afd8e3cf6c (patch)
tree8ab7092dc27140c845a74ab4b7ac6152c1d9cdca /.travis.yml
parentd0e2733f63a7bd9601e73adee1107da804f85c41 (diff)
Fix for travis node issue
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml3
1 files changed, 3 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index e0bb93146..262c46985 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -18,6 +18,9 @@ services:
 
 bundler_args: --without development production --retry=3 --jobs=3
 
+install:
+  - npm install -g npm@2
+
 before_script:
   - npm install
   - bundle exec rake db:create db:migrate