Sha256: 4d18a5d8ed612dd0e3fe5ac56d81aefefdbbf18d2005cd91f2367d9ee86191f1

Contents?: true

Size: 558 Bytes

Versions: 1

Compression:

Stored size: 558 Bytes

Contents

# https://github.com/travis-ci/travis-ci/wiki/.travis.yml-options
language: "ruby"

script: "bundle exec rake --trace"

rvm:
  - "2.5"
  - "2.6"
  - "2.7"

matrix:
  include:
    - name: "JRuby 9.2"
      rvm: jruby-9.2.12.0
      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:
    - name: Rubinius
    - name: "JRuby 9.2"
  fast_finish: true

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

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
savon-2.12.1 .travis.yml