logo

mastofe

My custom branche(s) on git.pleroma.social/pleroma/mastofe
commit: d23671b5fd910e1c59f52938789a8a3321724ef6
parent: 03f5ffcd06ba82103327468b1bc6fe9127af8e13
Author: Eugen Rochko <eugen@zeonfederated.com>
Date:   Wed, 24 Aug 2016 19:06:54 +0200

Trying to fix travis tests

Diffstat:

M.travis.yml7++++++-
1 file changed, 6 insertions(+), 1 deletion(-)

diff --git 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