Skip to content

Commit aca20bc

Browse files
committed
Use Ruby 2.0 on CI
This is the minimum supported version of Ruby bindings, so we should aim for testing it on CI rather than recent Rubies.
1 parent e6d39c1 commit aca20bc

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ _bindings:
1818
python: "2.7"
1919
ruby: &ruby
2020
language: ruby
21-
rvm: 2.3.3
21+
rvm: 2.0.0-p648
2222
jdk: oraclejdk8
2323

2424
_browsers:

appveyor.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,14 @@ shallow_clone: true
22
build: off
33
environment:
44
matrix:
5-
- RUBY_VERSION: 22-x64
5+
- RUBY_VERSION: 200
66
TASK: build
7-
- RUBY_VERSION: 200-x64
7+
- RUBY_VERSION: 200
88
TASK: //rb:ie-test
99
install:
1010
- 'set JAVA_HOME=C:\Program Files (x86)\Java\jdk1.8.0'
1111
- 'set PATH=%JAVA_HOME%;%PATH%'
12-
- 'set RUBY_HOME=C:\Ruby22-x64\bin'
12+
- 'set RUBY_HOME=C:\Ruby200\bin'
1313
- 'set PATH=%RUBY_HOME%;%PATH%'
1414
- 'set BUCK_EXTRA_JAVA_ARGS=-Djna.nosys=true'
1515
before_test:

0 commit comments

Comments
 (0)