From cf50b3743c01c7c43fef53ec390b8691f11b14e6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Juanjo=20Baz=C3=A1n?= Date: Wed, 13 Jul 2016 12:06:12 +0200 Subject: [PATCH] updates travis' script --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index a45f36990..22f9768a8 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: bundle exec rake +script: bin/rspec spec -f Fuubar