Sha256: eece82d7b059b49f216ce26705a409d503a6351691b63d31ece4fbeda99b35be

Contents?: true

Size: 677 Bytes

Versions: 1

Compression:

Stored size: 677 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

before_install: rm -f Gemfile.lock

rvm:
  - 2.4.1
  - 2.3.1
#  - 2.2.7  # working for Rails 5
#  - 2.2.0  # failing for Rails 5

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

notifications:
  email: false

matrix:
  fast_finish: true
  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.1.3 .travis.yml