Skip to content

Commit

Permalink
Travis: use jruby-9.2.8.0, add Ruby 2.4.6, 2.5.5, 2.6.3 (#881)
Browse files Browse the repository at this point in the history
  • Loading branch information
olleolleolle authored and bruno-garcia committed Aug 22, 2019
1 parent 49de115 commit 43f2b3a
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
language: ruby
dist: trusty
sudo: false
group: beta
cache: bundler

Expand All @@ -11,10 +10,11 @@ branches:
only: [master]

rvm:
- 2.2.9
- 2.3.6
- 2.4.3
- 2.5.0
- 2.2.10
- 2.3.8
- 2.4.6
- 2.5.5
- 2.6.3

env:
- RAILS_VERSION=4
Expand All @@ -37,9 +37,9 @@ matrix:
env: RAILS_VERSION=4
- rvm: jruby-1.7.27
env: JRUBY_OPTS="--dev" RAILS_VERSION=4
- rvm: jruby-9.2.0.0
- rvm: jruby-9.2.8.0
env: JRUBY_OPTS="--dev -J-Djruby.launch.inproc=true -J-Xmx1024M" RAILS_VERSION=4
- rvm: jruby-9.2.0.0
- rvm: jruby-9.2.8.0
env: JRUBY_OPTS="--dev -J-Djruby.launch.inproc=true -J-Xmx1024M" RAILS_VERSION=5
- rvm: ruby-head
env: RAILS_VERSION=0
Expand Down

0 comments on commit 43f2b3a

Please sign in to comment.