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 5604d36 commit 93ba1e6Copy full SHA for 93ba1e6
.travis.yml
@@ -6,5 +6,5 @@ rvm:
6
gemfile:
7
- Gemfile
8
9
-script: bundle exec rake test
+script: bundle exec rake test TESTOPTS=-v
10
sudo: false
appveyor.yml
@@ -10,7 +10,7 @@ install:
build: off
11
12
test_script:
13
- - bundle exec rake test
+ - bundle exec rake test TESTOPTS=-v
14
15
branches:
16
only:
0 commit comments