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: