Skip to content

Commit 93ba1e6

Browse files
author
sskim
committed
rake test verbose in ci env
1 parent 5604d36 commit 93ba1e6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,5 @@ rvm:
66
gemfile:
77
- Gemfile
88

9-
script: bundle exec rake test
9+
script: bundle exec rake test TESTOPTS=-v
1010
sudo: false

appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ install:
1010
build: off
1111

1212
test_script:
13-
- bundle exec rake test
13+
- bundle exec rake test TESTOPTS=-v
1414

1515
branches:
1616
only:

0 commit comments

Comments
 (0)