Skip to content

Commit

Permalink
Update Travis matrix to use latest Ruby versions
Browse files Browse the repository at this point in the history
  • Loading branch information
mrcasals committed Jul 8, 2019
1 parent 088f376 commit 1b7aa38
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,15 @@ sudo: false

matrix:
include:
- rvm: 2.4.1
- rvm: 2.4.1
- rvm: 2.6.3
- rvm: 2.5.5
- rvm: 2.4.6
- rvm: 2.4.6
script:
- bundle exec danger
- rvm: jruby-9.1.12.0
- rvm: jruby-head
- rvm: 2.3.4
- rvm: 2.3.8
- rvm: rbx-2
- rvm: ruby-head
allow_failures:
Expand Down

0 comments on commit 1b7aa38

Please sign in to comment.