From 7ecf47a0f921998c70edd093b66a3beebd5efd9b Mon Sep 17 00:00:00 2001 From: Thibault Jouan Date: Fri, 1 May 2015 10:38:33 +0000 Subject: [PATCH] Workaround broken scrolling on travis CI --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 258e85a..696fa1d 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 +script: bundle exec rspec -f progress matrix: fast_finish: true allow_failures: