Sha256: 3e204333757a4cdb0d076f9a8250e741ec29da3b7850ee74d1dbcaf5d4884b94

Contents?: true

Size: 456 Bytes

Versions: 1

Compression:

Stored size: 456 Bytes

Contents

sudo: false
language: ruby
rvm:
  - 2.4
  - 2.5
  - 2.6
  - jruby
  - rbx
before_install:
  - gem install bundler -v '1.17.3'
matrix:
  allow_failures:
    # Rubinius and JRuby have a lot of trouble and no large following, so I'm going to
    # allow failures on it until it gets more stable on Travis / Real Life(tm).
    # Let me know if you need it. Patches are welcome!
    - rvm: jruby
    - rvm: rbx
  fast_finish: true
cache: bundler
script: "rake"

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
roadie-4.0.0 .travis.yml