about summary refs log tree commit diff
path: root/.travis.yml
diff options
context:
space:
mode:
authorEugen Rochko <eugen@zeonfederated.com>2016-08-24 19:06:54 +0200
committerEugen Rochko <eugen@zeonfederated.com>2016-08-24 19:06:54 +0200
commitd23671b5fd910e1c59f52938789a8a3321724ef6 (patch)
tree025e49152bb20ab7f8b07ab372a144c72309a308 /.travis.yml
parent03f5ffcd06ba82103327468b1bc6fe9127af8e13 (diff)
Trying to fix travis tests
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml7
1 files changed, 6 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index bcfecc8f3..65f9b59eb 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -16,9 +16,14 @@ rvm:
 services:
   - redis-server
 
-bundler_args: --without development --retry=3 --jobs=3
+bundler_args: --without development production --retry=3 --jobs=3
+
+before_install:
+  - sudo apt-get -qq update
+  - sudo apt-get install -y nodejs nodejs-legacy npm
 
 before_script:
+  - npm install
   - bundle exec rake db:create db:migrate
 
 script: bundle exec rspec