Sha256: 4cbf8a74519e618d9ae82ac0df887f29191fd1a48a562cd195f035626d1a071a

Contents?: true

Size: 632 Bytes

Versions: 1

Compression:

Stored size: 632 Bytes

Contents

language: ruby
gemfile:
  - Gemfile.activesupport-4.x
  - Gemfile.activesupport-5.x
rvm:
  - 2.3.0
  - 2.2.4
  - 2.1.10
  - 2.0.0
  - rbx
services: couchdb
before_install:
  - gem install bundler
matrix:
  include:
    # JRuby takes a lot more effort
    - rvm: jruby-9.1.7.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: jruby-1.7.22
      gemfile: Gemfile.activesupport-5.x
    - rvm: rbx # Has problems with Array#insert inheritence
    - rvm: jruby-9.1.7.0

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
couchrest_model-2.2.0.beta2 .travis.yml