Skip to content

Commit

Permalink
CI: Update matrix
Browse files Browse the repository at this point in the history
Simplify to two-part version numbers, use JDK which new and old enough to work with JRuby on Travis
  • Loading branch information
olleolleolle committed Jan 9, 2020
1 parent 7984c7c commit 4010ddd
Showing 1 changed file with 9 additions and 8 deletions.
17 changes: 9 additions & 8 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,16 @@ bundler_args: --without guard development

matrix:
include:
- rvm: 2.3.8
- rvm: 2.4.6
- rvm: 2.5.5
- rvm: 2.6.3
- rvm: 2.3
- rvm: 2.4
- rvm: 2.5
- rvm: 2.6
- rvm: 2.7
- rvm: jruby-9.1.17.0 # ruby 2.3
jdk: oraclejdk8
- rvm: jruby-9.2.7.0 # ruby 2.5
jdk: oraclejdk8
- rvm: 2.3.8
jdk: openjdk8
- rvm: jruby-9.2.9.0 # ruby 2.5
jdk: oraclejdk9
- rvm: 2.3
install: true # This skips 'bundle install'
script: gem build rainbow && gem install *.gem

Expand Down

0 comments on commit 4010ddd

Please sign in to comment.