Skip to content

Commit

Permalink
Test against latest Ruby versions
Browse files Browse the repository at this point in the history
  • Loading branch information
yuki24 committed Nov 11, 2018
1 parent 2bae70b commit 236fa65
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@ before_install:
- gem install bundler

rvm:
- 2.3.7
- 2.4.4
- 2.5.1
- 2.3.8
- 2.4.5
- 2.5.3
- ruby-head
- jruby-9.1.16.0
- jruby-9.2.3.0
- jruby-head

gemfile:
Expand All @@ -27,10 +27,10 @@ gemfile:

matrix:
exclude:
- rvm: 2.3.7
- rvm: 2.3.8
gemfile: gemfiles/rails_edge.gemfile
allow_failures:
- rvm: ruby-head
- rvm: jruby-9.1.16.0
- rvm: jruby-9.2.3.0
- rvm: jruby-head
- gemfile: gemfiles/rails_edge.gemfile

0 comments on commit 236fa65

Please sign in to comment.