Skip to content

Commit 1b94978

Browse files
committed
Use TinyTDS v1.3.0 & vNext SQL Server Docker v1.4
1 parent 959c569 commit 1b94978

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ services:
44
- docker
55
env:
66
global:
7-
- TINYTDS_VERSION=1.2.0
7+
- TINYTDS_VERSION=1.3.0
88
- ACTIVERECORD_UNITTEST_HOST=localhost
99
- ACTIVERECORD_UNITTEST_DATASERVER=localhost
1010
rvm:

appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ 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 TINYTDS_VERSION=1.2.0
5+
- SET TINYTDS_VERSION=1.3.0
66
clone_depth: 5
77
skip_tags: true
88
matrix:

circle.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ general:
66
machine:
77
environment:
88
PATH: /opt/local/bin:${PATH}
9-
TINYTDS_VERSION: 1.2.0
9+
TINYTDS_VERSION: 1.3.0
1010
ACTIVERECORD_UNITTEST_HOST: localhost
1111
ACTIVERECORD_UNITTEST_DATASERVER: localhost
1212
services:

test/bin/setup.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
set -x
44
set -e
55

6-
tag=1.3
6+
tag=1.4
77

88
docker pull metaskills/mssql-server-linux-rails:$tag
99

0 commit comments

Comments
 (0)