Replace the formatter in the rspec SPEC_OPTS
TravisCI does not seem to enable the 'n' formatter anymore, hence we use the documentation one.
This commit is contained in:
parent
f555c0b70d
commit
ae11e894d2
@ -1,5 +1,5 @@
|
||||
language: ruby
|
||||
script: "bundle exec rake test COV=y SPEC_OPTS='--format n --color --backtrace'"
|
||||
script: "bundle exec rake test COV=y SPEC_OPTS='--format documentation --color --backtrace'"
|
||||
rvm:
|
||||
- 1.9.3
|
||||
- 2.0.0
|
||||
|
Loading…
x
Reference in New Issue
Block a user