Skip to content

Commit 4ae77fe

Browse files
committed
[Rails5] Do not use verbose TESTOPTS
1 parent 147c42c commit 4ae77fe

File tree

3 files changed

+0
-3
lines changed

3 files changed

+0
-3
lines changed

.travis.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ services:
44
- docker
55
env:
66
global:
7-
- TESTOPTS="-v"
87
- TINYTDS_VERSION=1.1.0
98
- ACTIVERECORD_UNITTEST_HOST=localhost
109
- ACTIVERECORD_UNITTEST_DATASERVER=localhost

appveyor.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ init:
22
- SET PATH=C:\Ruby%ruby_version%\bin;%PATH%
33
- SET PATH=C:\MinGW\msys\1.0\bin;%PATH%
44
- SET RAKEOPT=-rdevkit
5-
- SET TESTOPTS='-v'
65
- SET TINYTDS_VERSION=1.1.0
76
clone_depth: 5
87
skip_tags: true

circle.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ general:
66
machine:
77
environment:
88
PATH: /opt/local/bin:${PATH}
9-
TESTOPTS: -v
109
TINYTDS_VERSION: 1.1.0
1110
ACTIVERECORD_UNITTEST_HOST: localhost
1211
ACTIVERECORD_UNITTEST_DATASERVER: localhost

0 commit comments

Comments
 (0)