From 9144c7da05deab8b60d7f8997eff58e243e68ad6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Juanjo=20Baz=C3=A1n?= Date: Thu, 14 Jul 2016 14:01:25 +0200 Subject: [PATCH] changes travis script this commit reverts cf50b3743c0 because Fuubar format does not works well with travis/coveralls --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 22f9768a8..a45f36990 100644 --- a/.travis.yml +++ b/.travis.yml @@ -7,4 +7,4 @@ cache: bundler before_script: - "for i in config/*.example; do cp \"$i\" \"${i/.example}\"; done" - bundle exec rake db:setup -script: bin/rspec spec -f Fuubar +script: bundle exec rake