Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CI: Travis maintenance: add JRuby 9.2; fix JRuby 9.1 build; configure Rubinius #921

Merged
merged 5 commits into from Apr 23, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
24 changes: 17 additions & 7 deletions .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"