diff --git a/.travis.yml b/.travis.yml index e7cfb250..c9a113e2 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,18 +1,28 @@ # 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 + - "2.5" + - "2.6" + - "2.7" + matrix: + include: + - name: "JRuby 9.2" + rvm: jruby-9.2.11.1 + jdk: openjdk11 + env: JAVA_OPTS="--add-opens java.base/java.security.cert=ALL-UNNAMED --add-opens java.base/java.security=ALL-UNNAMED" + - name: Rubinius + rvm: rbx-4 + dist: trusty allow_failures: - - rvm: rbx-2 + - name: Rubinius + - name: "JRuby 9.2" fast_finish: true + notifications: irc: "irc.freenode.org#savon"