Workaround broken scrolling on travis CI
This commit is contained in:
parent
e2c71bb964
commit
7ecf47a0f9
@ -12,7 +12,7 @@ before_script:
|
|||||||
# GNU echo requires non-stardard option `-e' to interpret escapes sequences
|
# 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'
|
- 'echo -e "test:\n secret_key_base: $(bundle exec rake secret)" > config/secrets.yml'
|
||||||
- mkdir -p data/sounds data/test/sounds
|
- mkdir -p data/sounds data/test/sounds
|
||||||
script: bundle exec rspec
|
script: bundle exec rspec -f progress
|
||||||
matrix:
|
matrix:
|
||||||
fast_finish: true
|
fast_finish: true
|
||||||
allow_failures:
|
allow_failures:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user