We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ad9a57b commit b28f851Copy full SHA for b28f851
.travis.yml
@@ -26,4 +26,4 @@ matrix:
26
- rvm: jruby-head
27
- rvm: 1.9.3
28
29
-script: "rake compile && bundle exec rspec --color --backtrace --tag ~unfinished --seed 1 ./spec"
+script: "rake compile && bundle exec rspec --color --backtrace --tag ~unfinished --seed 1 --format documentation ./spec"
0 commit comments