Sha256: 851a66eef776c4eb77d0918a42e974dbb74b0419b7226b088c3ce59d6156595f
Contents?: true
Size: 558 Bytes
Versions: 1
Compression:
Stored size: 558 Bytes
Contents
sudo: false language: ruby rvm: - 2.1 - 2.2 - 2.3 - 2.4 - 2.5 - jruby - rbx before_install: - gem update --system # Need for Ruby 2.5.0. https://github.com/travis-ci/travis-ci/issues/8978 - gem install bundler 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-3.4.0 | .travis.yml |