Sha256: 6d782deef4d7edf41d1f9ccfc06e0ec7d85c9b6881c62789d04eb78d203e2cb1

Contents?: true

Size: 919 Bytes

Versions: 1

Compression:

Stored size: 919 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.6.5  # 2019-10-29
#  - 2.6.4  # 2019-10-04
#  - 2.6.3  # 2019-06-21
#  - 2.6.1  # 2019-03-05
#  - 2.5.1  # 2018-04-27
#  - 2.5.0  # 2018-02-22
#  - 2.4.1  # tested: working for Rails 5
#  - 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_6.0.gemfile
  - gemfiles/rails_5.2.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

1 entries across 1 versions & 1 rubygems

Version Path
relation-0.3.5 .travis.yml