Sha256: 1840a6b0136159c9c9deb4da6fb8d0ca06729f47bcf3305b3d2ababd2a0b136c

Contents?: true

Size: 505 Bytes

Versions: 2

Compression:

Stored size: 505 Bytes

Contents

language: ruby
gemfile:
  - Gemfile.activesupport-4.x
  - Gemfile.activesupport-5.x
rvm:
  - 2.0.0
  - 2.1.10
  - 2.2.4
  - 2.3.0
  - rbx
before_install:
  - gem install bundler
env:
  - JRUBY_OPTS=--2.0
matrix:
  include:
    # JRuby takes a lot more effort
    - rvm: jruby-9.1.5.0
      env: JRUBY_OPTS='--2.0'
      gemfile: Gemfile.activesupport-4.x
  allow_failures:
    - rvm: 2.0.0
      gemfile: Gemfile.activesupport-5.x
    - rvm: 2.1.10
      gemfile: Gemfile.activesupport-5.x
    - rvm: rbx

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
restfulness-0.3.6 .travis.yml
restfulness-0.3.5 .travis.yml