Skip to content

Commit

Permalink
Update AppVeyor config to use Ruby 2.4
Browse files Browse the repository at this point in the history
  • Loading branch information
p0deje committed Apr 18, 2019
1 parent 805bf1f commit 2959880
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,18 +2,18 @@ shallow_clone: true
build: off
environment:
matrix:
- RUBY_VERSION: 23
- RUBY_VERSION: 24
TASK: build
- RUBY_VERSION: 23
- RUBY_VERSION: 24
TASK: //rb:ie-test
- RUBY_VERSION: 23
- RUBY_VERSION: 24
TASK: //rb:remote-ie-test
- RUBY_VERSION: 23
- RUBY_VERSION: 24
TASK: test_ie
install:
- 'set JAVA_HOME=C:\Program Files (x86)\Java\jdk1.8.0'
- 'set PATH=%JAVA_HOME%;%PATH%'
- 'set RUBY_HOME=C:\Ruby23\bin'
- 'set RUBY_HOME=C:\Ruby24\bin'
- 'set PATH=%RUBY_HOME%;%PATH%'
- 'set BUCK_EXTRA_JAVA_ARGS=-Djna.nosys=true'
before_test:
Expand Down

0 comments on commit 2959880

Please sign in to comment.