From: Eugen Rochko Date: Sat, 3 Sep 2016 12:20:59 +0000 (+0200) Subject: Trying to fix travis builds X-Git-Url: https://git.xn--scling-oua.cat.family/?a=commitdiff_plain;h=7939a216ff5cc7ac6bb30e850a21355f04fdebe5;p=mastodon.git Trying to fix travis builds --- 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