Skip to content

Commit

Permalink
Test against newer jruby
Browse files Browse the repository at this point in the history
  • Loading branch information
bf4 committed Jan 26, 2017
1 parent 10120ce commit 32d6b38
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ rvm:
- 2.2.6
- 2.3.3
- ruby-head
- jruby-9.0.4.0
- jruby-9.1.5.0 # is precompiled per http://rubies.travis-ci.org/
- jruby-head

jdk:
Expand Down Expand Up @@ -39,13 +39,13 @@ matrix:
exclude:
- rvm: 2.1
env: RAILS_VERSION=master
- rvm: jruby-9.0.4.0
- rvm: jruby-9.1.5.0
env: RAILS_VERSION=master
- rvm: jruby-head
env: RAILS_VERSION=master
- rvm: 2.1
env: RAILS_VERSION=5.0
- rvm: jruby-9.0.4.0
- rvm: jruby-9.1.5.0
env: RAILS_VERSION=5.0
- rvm: jruby-head
env: RAILS_VERSION=5.0
Expand Down
8 changes: 4 additions & 4 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,15 @@ skip_tags: true
environment:
JRUBY_OPTS: "--dev -J-Xmx1024M --debug"
matrix:
- ruby_version: "Ruby21"
- ruby_version: "Ruby21-x64"
- ruby_version: "jruby-9.0.0.0"
- RUBY_VERSION: "Ruby21"
- RUBY_VERSION: "Ruby21-x64"
- RUBY_VERSION: "jruby-9.1.6.0" # no pre-installed versions https://www.appveyor.com/docs/installed-software/#ruby

cache:
- vendor/bundle

install:
- SET PATH=C:\%ruby_version%\bin;%PATH%
- set PATH=C:\Ruby%RUBY_VERSION%\bin;%PATH%
- gem update --system
- gem uninstall bundler -a -x
- gem install bundler -v 1.13.7
Expand Down

0 comments on commit 32d6b38

Please sign in to comment.