Skip to content

Commit

Permalink
Use TinyTDS v2.1 and SS 2017-GA.
Browse files Browse the repository at this point in the history
  • Loading branch information
metaskills committed Nov 22, 2017
1 parent aefb17b commit 6fa8a24
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -4,7 +4,7 @@ services:
- docker
env:
global:
- TINYTDS_VERSION=2.1.0.pre4
- TINYTDS_VERSION=2.1.0
- ACTIVERECORD_UNITTEST_HOST=localhost
- ACTIVERECORD_UNITTEST_DATASERVER=localhost
rvm:
Expand Down
2 changes: 1 addition & 1 deletion appveyor.yml
Expand Up @@ -2,7 +2,7 @@ init:
- SET PATH=C:\Ruby%ruby_version%\bin;%PATH%
- SET PATH=C:\MinGW\msys\1.0\bin;%PATH%
- SET RAKEOPT=-rdevkit
- SET TINYTDS_VERSION=2.1.0.pre4
- SET TINYTDS_VERSION=2.1.0
clone_depth: 5
skip_tags: true
matrix:
Expand Down
2 changes: 1 addition & 1 deletion circle.yml
Expand Up @@ -6,7 +6,7 @@ general:
machine:
environment:
PATH: /opt/local/bin:${PATH}
TINYTDS_VERSION: 2.1.0.pre4
TINYTDS_VERSION: 2.1.0
ACTIVERECORD_UNITTEST_HOST: localhost
ACTIVERECORD_UNITTEST_DATASERVER: localhost
services:
Expand Down
2 changes: 1 addition & 1 deletion test/bin/setup.sh
Expand Up @@ -3,7 +3,7 @@
set -x
set -e

tag=2.0
tag=2017-GA

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

Expand Down

0 comments on commit 6fa8a24

Please sign in to comment.