From: Eugen Rochko Date: Wed, 24 Aug 2016 17:06:54 +0000 (+0200) Subject: Trying to fix travis tests X-Git-Url: https://git.xn--scling-oua.cat.family/?a=commitdiff_plain;h=d23671b5fd910e1c59f52938789a8a3321724ef6;p=mastodon.git Trying to fix travis tests --- 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