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:
Yanis Guenane 2014-06-02 09:40:56 -04:00
parent f555c0b70d
commit ae11e894d2

View File

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