We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f2fceb2 commit 5da8f76Copy full SHA for 5da8f76
.travis.yml
@@ -8,7 +8,6 @@ env:
8
- TESTOPTS="-v"
9
- TINYTDS_UNIT_HOST=localhost
10
rvm:
11
- - 2.3.8
12
- 2.4.5
13
- 2.5.3
14
- 2.6.1
tasks/native_gem.rake
@@ -8,7 +8,7 @@ task 'gem:windows' => ['ports:cross'] do
build = ['bundle']
# and finally build the native gem
- build << 'rake cross native gem RUBY_CC_VERSION=2.5.0:2.4.0:2.3.0:2.2.2:2.1.6:2.0.0 CFLAGS="-Wall" MAKE="make -j`nproc`"'
+ build << 'rake cross native gem RUBY_CC_VERSION=2.5.0:2.4.0 CFLAGS="-Wall" MAKE="make -j`nproc`"'
RakeCompilerDock.sh build.join(' && ')
end
0 commit comments