Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@ before_install:
cache: bundler
matrix:
include:
- rvm: 2.4.9
- rvm: 2.5.7
- rvm: 2.6.5
- rvm: jruby-9.2.9.0
- rvm: 2.6.5
- rvm: 2.5.8
- rvm: 2.6.6
- rvm: 2.7.1
- rvm: jruby-9.2.11.1
- rvm: 2.7.1
install: true # This skips 'bundle install'
script: gem build *.gemspec && gem install *.gem
notifications:
Expand Down