Workaround broken scrolling on travis CI

This commit is contained in:
Thibault Jouan 2015-05-01 10:38:33 +00:00
parent e2c71bb964
commit 7ecf47a0f9

View File

@ -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: