Skip to content

Commit

Permalink
CI: Extend matrix w/ JRuby 9.2
Browse files Browse the repository at this point in the history
  • Loading branch information
olleolleolle committed Apr 10, 2020
1 parent ab04c81 commit 3290111
Showing 1 changed file with 11 additions and 4 deletions.
15 changes: 11 additions & 4 deletions .travis.yml
@@ -1,18 +1,25 @@
# https://github.com/travis-ci/travis-ci/wiki/.travis.yml-options
language: "ruby"
sudo: false

before_install:
- gem install bundler
script: "bundle exec rake --trace"

rvm:
- 2.3.0
- 2.4.1
- 2.5.3
- jruby-9.1.15.0
- rbx-2
- rbx-4

matrix:
include:
- rvm: jruby-9.1.17.0
jdk: openjdk8
- rvm: jruby-9.2.11.1
jdk: openjdk11
allow_failures:
- rvm: rbx-2
- rvm: rbx-4
fast_finish: true

notifications:
irc: "irc.freenode.org#savon"

0 comments on commit 3290111

Please sign in to comment.