Sha256: c8009101fa68819c7e468d2f086c2456c8d897ac7e49c078759b40212303cd99

Contents?: true

Size: 634 Bytes

Versions: 5

Compression:

Stored size: 634 Bytes

Contents

language: ruby

# cache: bundler
# We would like to enable travis' bundler cache (cache: bundler) but for some reason
# travis installs our bundle under the test directory (test/vendor/bundle/*) and, as a
# result, travis tries to run all of the tests of all of our dependencies!
# TODO: There's probably a way to configure the bundle path

before_install:
  - gem update --system
  - gem update bundler

rvm:
  - 2.2.9
  - 2.5.0

gemfile:
  - test/gemfiles/Gemfile.rails-4.2.x
  - test/gemfiles/Gemfile.rails-5.0.x
  - test/gemfiles/Gemfile.rails-5.1.x
  - test/gemfiles/Gemfile.rails-5.2.x

matrix:
  fast_finish: true

sudo: false

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
authlogic-4.2.0 .travis.yml
authlogic-4.1.1 .travis.yml
authlogic-4.1.0 .travis.yml
authlogic-4.0.1 .travis.yml
authlogic-4.0.0 .travis.yml