Skip to content

Commit

Permalink
Merge pull request #140 from twingly/latest-ruby-on-travis
Browse files Browse the repository at this point in the history
Test with latest Ruby versions on Travis
  • Loading branch information
roback committed Nov 15, 2019
2 parents 77de5c0 + 8d629d1 commit bf5fa7b
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@ language: ruby
sudo: false
matrix:
include:
- rvm: jruby-9.2.8.0
- rvm: 2.4.6
- rvm: 2.5.5
- rvm: 2.6.3
- rvm: jruby-9.2.9.0
- rvm: 2.4.9
- rvm: 2.5.7
- rvm: 2.6.5
- rvm: jruby-head
- rvm: ruby-head
- rvm: 2.6.3
- rvm: 2.6.5
install: true # This skips 'bundle install'
script: gem build *.gemspec && gem install *.gem
allow_failures:
Expand Down

0 comments on commit bf5fa7b

Please sign in to comment.