Skip to content

Commit

Permalink
Merge e442364 into ab04c81
Browse files Browse the repository at this point in the history
  • Loading branch information
olleolleolle committed Apr 10, 2020
2 parents ab04c81 + e442364 commit a5363a7
Showing 1 changed file with 17 additions and 4 deletions.
21 changes: 17 additions & 4 deletions .travis.yml
@@ -1,18 +1,31 @@
# 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

matrix:
include:
- name: JRuby 9.1
rvm: jruby-9.1.17.0
jdk: openjdk8
- 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"

0 comments on commit a5363a7

Please sign in to comment.