Sha256: 06515face961ae4fac7ddbcef38109b0dc795a559f77db1668a47e29c0ceff33

Contents?: true

Size: 1.04 KB

Versions: 1

Compression:

Stored size: 1.04 KB

Contents

sudo: false
cache:
  directories:
    - vendor/bundle
    - test/3.2/vendor/bundle
    - test/4.1/vendor/bundle
    - test/4.2/vendor/bundle
    - test/5.0/vendor/bundle
    - test/5.1/vendor/bundle
    - test/6.1/vendor/bundle
language: ruby
bundler_args: --without doc debug --path=vendor/bundle

# Explicitly test each Rails version against only one Ruby version to
# skip any redundancy builds. Rails and Torba are tested against
# different Ruby versions each in their own repository, and the integration
# itself is written in standard Ruby. Here we only question
# does the torba-rails integration work with a specific Rails version
# or not.
#
# Ruby 2.3 has been chosen for Rails < 5 as a common denominator
# that satisfies https://github.com/rails/rails/issues/25125.
jobs:
  include:
    - rvm: 2.3
      env: RAILS_VERSION=3.2
    - rvm: 2.3
      env: RAILS_VERSION=4.1
    - rvm: 2.3
      env: RAILS_VERSION=4.2
    - rvm: 2.7
      env: RAILS_VERSION=5.0
    - rvm: 2.7
      env: RAILS_VERSION=5.1
    - rvm: 2.7
      env: RAILS_VERSION=6.1

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
torba-rails-1.0.3 .travis.yml