diff options
author | Eugen Rochko <eugen@zeonfederated.com> | 2016-09-03 14:02:24 +0200 |
---|---|---|
committer | Eugen Rochko <eugen@zeonfederated.com> | 2016-09-03 14:02:24 +0200 |
commit | 8e5c9a5a2c98b834bcc1dadb2c3c12afd8e3cf6c (patch) | |
tree | 8ab7092dc27140c845a74ab4b7ac6152c1d9cdca | |
parent | d0e2733f63a7bd9601e73adee1107da804f85c41 (diff) |
Fix for travis node issue
-rw-r--r-- | .travis.yml | 3 |
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 |