Skip to content

Commit 147c42c

Browse files
committed
[Rails5] Open up full test suite.
1 parent ca1babf commit 147c42c

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
@@ -8,7 +8,6 @@ env:
88
- TINYTDS_VERSION=1.1.0
99
- ACTIVERECORD_UNITTEST_HOST=localhost
1010
- ACTIVERECORD_UNITTEST_DATASERVER=localhost
11-
- ONLY_SQLSERVER=1
1211
rvm:
1312
- 2.2.5
1413
- 2.3.1

appveyor.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ init:
44
- SET RAKEOPT=-rdevkit
55
- SET TESTOPTS='-v'
66
- SET TINYTDS_VERSION=1.1.0
7-
- SET ONLY_SQLSERVER=1
87
clone_depth: 5
98
skip_tags: true
109
matrix:

circle.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ machine:
1010
TINYTDS_VERSION: 1.1.0
1111
ACTIVERECORD_UNITTEST_HOST: localhost
1212
ACTIVERECORD_UNITTEST_DATASERVER: localhost
13-
ONLY_SQLSERVER: 1
1413
services:
1514
- docker
1615

0 commit comments

Comments
 (0)