Sha256: 4ab3267e33db6e26b14fcd75f19ff881b4ad11abed831c813c76a34ac1aad98f

Contents?: true

Size: 345 Bytes

Versions: 1

Compression:

Stored size: 345 Bytes

Contents

# 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.0.0
  - 2.1.8
  - 2.2.4
  - 2.3.0
  - jruby
  - rbx-2
matrix:
  allow_failures:
    - rvm: rbx-2
  fast_finish: true
notifications:
  irc: "irc.freenode.org#savon"

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
savon-2.11.2 .travis.yml