Skip to content

Commit

Permalink
Use Ruby 2.0 on CI
Browse files Browse the repository at this point in the history
This is the minimum supported version of Ruby bindings, so we should aim
for testing it on CI rather than recent Rubies.
  • Loading branch information
p0deje committed Oct 14, 2017
1 parent e6d39c1 commit aca20bc
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ _bindings:
python: "2.7"
ruby: &ruby
language: ruby
rvm: 2.3.3
rvm: 2.0.0-p648
jdk: oraclejdk8

_browsers:
Expand Down
6 changes: 3 additions & 3 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@ shallow_clone: true
build: off
environment:
matrix:
- RUBY_VERSION: 22-x64
- RUBY_VERSION: 200
TASK: build
- RUBY_VERSION: 200-x64
- RUBY_VERSION: 200
TASK: //rb:ie-test
install:
- 'set JAVA_HOME=C:\Program Files (x86)\Java\jdk1.8.0'
- 'set PATH=%JAVA_HOME%;%PATH%'
- 'set RUBY_HOME=C:\Ruby22-x64\bin'
- 'set RUBY_HOME=C:\Ruby200\bin'
- 'set PATH=%RUBY_HOME%;%PATH%'
- 'set BUCK_EXTRA_JAVA_ARGS=-Djna.nosys=true'
before_test:
Expand Down

0 comments on commit aca20bc

Please sign in to comment.