Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ services:
- docker
env:
global:
- TINYTDS_VERSION=1.3.0
- TINYTDS_VERSION=2.0.0.pre1
- ACTIVERECORD_UNITTEST_HOST=localhost
- ACTIVERECORD_UNITTEST_DATASERVER=localhost
rvm:
Expand Down
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
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=1.3.0
- SET TINYTDS_VERSION=2.0.0.pre1
clone_depth: 5
skip_tags: true
matrix:
Expand Down
2 changes: 1 addition & 1 deletion circle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ general:
machine:
environment:
PATH: /opt/local/bin:${PATH}
TINYTDS_VERSION: 1.3.0
TINYTDS_VERSION: 2.0.0.pre1
ACTIVERECORD_UNITTEST_HOST: localhost
ACTIVERECORD_UNITTEST_DATASERVER: localhost
services:
Expand Down