File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ services:
4
4
- docker
5
5
env :
6
6
global :
7
- - TINYTDS_VERSION=1.3.0
7
+ - TINYTDS_VERSION=2.0.0.pre1
8
8
- ACTIVERECORD_UNITTEST_HOST=localhost
9
9
- ACTIVERECORD_UNITTEST_DATASERVER=localhost
10
10
rvm :
Original file line number Diff line number Diff line change 2
2
- SET PATH=C:\Ruby%ruby_version%\bin;%PATH%
3
3
- SET PATH=C:\MinGW\msys\1.0\bin;%PATH%
4
4
- SET RAKEOPT=-rdevkit
5
- - SET TINYTDS_VERSION=1.3.0
5
+ - SET TINYTDS_VERSION=2.0.0.pre1
6
6
clone_depth : 5
7
7
skip_tags : true
8
8
matrix :
Original file line number Diff line number Diff line change 6
6
machine :
7
7
environment :
8
8
PATH : /opt/local/bin:${PATH}
9
- TINYTDS_VERSION : 1.3.0
9
+ TINYTDS_VERSION : 2.0.0.pre1
10
10
ACTIVERECORD_UNITTEST_HOST : localhost
11
11
ACTIVERECORD_UNITTEST_DATASERVER : localhost
12
12
services :
You can’t perform that action at this time.
0 commit comments