Skip to content

Commit 2935d98

Browse files
authored
Use TinyTDS v1.1.0 (#532)
1 parent cac85f5 commit 2935d98

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ services:
55
env:
66
global:
77
- TESTOPTS="-v"
8-
- TINYTDS_VERSION=1.0.5
8+
- TINYTDS_VERSION=1.1.0
99
- ACTIVERECORD_UNITTEST_HOST=localhost
1010
- ACTIVERECORD_UNITTEST_DATASERVER=localhost
1111
- ONLY_SQLSERVER=1

appveyor.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ init:
33
- SET PATH=C:\MinGW\msys\1.0\bin;%PATH%
44
- SET RAKEOPT=-rdevkit
55
- SET TESTOPTS='-v'
6-
- SET TINYTDS_VERSION=1.0.5
6+
- SET TINYTDS_VERSION=1.1.0
77
- SET ONLY_SQLSERVER=1
88
clone_depth: 5
99
skip_tags: true
@@ -33,7 +33,7 @@ environment:
3333
CI_AZURE_PASS:
3434
secure: cSQp8sk4urJYvq0utpsK+r7J+snJ2wpcdp8RdXJfB+w=
3535
matrix:
36-
# - ruby_version: "23-x64"
36+
- ruby_version: "23-x64"
3737
- ruby_version: "23"
38-
# - ruby_version: "22-x64"
38+
- ruby_version: "22-x64"
3939
- ruby_version: "22"

circle.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ machine:
77
environment:
88
PATH: /opt/local/bin:${PATH}
99
TESTOPTS: -v
10-
TINYTDS_VERSION: 1.0.5
10+
TINYTDS_VERSION: 1.1.0
1111
ACTIVERECORD_UNITTEST_HOST: localhost
1212
ACTIVERECORD_UNITTEST_DATASERVER: localhost
1313
ONLY_SQLSERVER: 1

0 commit comments

Comments
 (0)