Sha256: 39d0c3e4cfa3dec14cfa4d7c4aa2ed3fe679875248993c230c256160bc0f3dbd

Contents?: true

Size: 428 Bytes

Versions: 1

Compression:

Stored size: 428 Bytes

Contents

sudo: false
language: ruby
rvm:
  - 1.9.3
  - 2.0
  - 2.1
  - 2.2
  - 2.3.0
  - jruby
  - rbx

matrix:
  allow_failures:
    # Rubinius has 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: rbx
  fast_finish: true

cache: bundler
bundler_args: --without guard
script: "rake"

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
roadie-rails-1.1.1 .travis.yml