From a0f73fae8dccacfdaf2a7ae796672e51bf42d2b8 Mon Sep 17 00:00:00 2001 From: Thibault Jouan Date: Sun, 3 May 2015 18:13:13 +0000 Subject: [PATCH] Fix test script configured for travis CI --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 696fa1d..4a602f4 100644 --- a/.travis.yml +++ b/.travis.yml @@ -12,7 +12,7 @@ before_script: # GNU echo requires non-stardard option `-e' to interpret escapes sequences - 'echo -e "test:\n secret_key_base: $(bundle exec rake secret)" > config/secrets.yml' - mkdir -p data/sounds data/test/sounds -script: bundle exec rspec -f progress +script: RAILS_ENV=test bundle exec rake matrix: fast_finish: true allow_failures: