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:20:59 +0200
committerEugen Rochko <eugen@zeonfederated.com>2016-09-03 14:20:59 +0200
commit7939a216ff5cc7ac6bb30e850a21355f04fdebe5 (patch)
treee2abf47024caad93019944e9601a5a39067d393b /.travis.yml
parent8e5c9a5a2c98b834bcc1dadb2c3c12afd8e3cf6c (diff)
Trying to fix travis builds
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml5
1 files changed, 3 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml
index 262c46985..7890d4943 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -20,9 +20,10 @@ bundler_args: --without development production --retry=3 --jobs=3
 
 install:
   - npm install -g npm@2
+  - npm install
+  - bundle install
 
 before_script:
-  - npm install
-  - bundle exec rake db:create db:migrate
+  - bundle exec rails db:create db:migrate
 
 script: bundle exec rspec