Skip to content

Commit

Permalink
Auto merge of tonsky#167 - olleolleolle:patch-2, r=indirect
Browse files Browse the repository at this point in the history
Travis: jruby-9.1.13.0; use dist: "trusty"

This PR updates the CI matrix to use latest JRuby.

http://jruby.org/2017/09/06/jruby-9-1-13-0.html

Update: In order to pass tests, I updated the `dist` (what kind of machine tests run on in Travis) to `trusty`.
  • Loading branch information
bundlerbot committed Sep 12, 2017
2 parents a0a7271 + 9dbae06 commit e95ebfb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
language: ruby
sudo: false
dist: precise
dist: trusty
matrix:
allow_failures:
- rvm: ruby-head
Expand All @@ -13,7 +13,7 @@ matrix:
- rvm: 2.4.1
- rvm: ruby-head
gemfile: 'gemfiles/Gemfile.ruby-head'
- rvm: jruby-9.1.12.0
- rvm: jruby-9.1.13.0
env: JRUBY_OPTS="--client -J-XX:+TieredCompilation -J-XX:TieredStopAtLevel=1 -J-Xss2m -Xcompile.invokedynamic=false -J-Xmx1536m -J-XX:MaxPermSize=192m"

bundler_args: "--binstubs --jobs=3 --retry=3"
Expand Down

0 comments on commit e95ebfb

Please sign in to comment.