Sha256: 847a924004af0ca7d8e179311813fd9af303e19f194deb581b0690b91c38d0db

Contents?: true

Size: 694 Bytes

Versions: 2

Compression:

Stored size: 694 Bytes

Contents

language: ruby
sudo: false

## speeding up
#env:
#  - TEST_SUITE=units
#  - TEST_SUITE=integration
#
#script: "bundle exec rake test:$TEST_SUITE"

#bundler_args: --without test
bundler_args: --without production
#bundler_args: --without development

rvm:
  - 2.5.0  # 2018-02-22
  - 2.4.1
#  - 2.3.1  # tested: working for Rails 5
#  - 2.2.7  # tested: working for Rails 5
#  - 2.2.0  # tested: failing for Rails 5

gemfile:
  - gemfiles/rails_5.1.gemfile
##  - gemfiles/rails_5.0.gemfile
  - gemfiles/rails_4.gemfile

notifications:
  email: false

matrix:
  allow_failures:
    - gemfile: gemfiles/rails_5.0.gemfile
      rvm: 2.2.0
    - gemfile: gemfiles/rails_5.1.gemfile
      rvm: 2.2.0

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
relation-0.2.1 .travis.yml
relation-0.1.5 .travis.yml