Sha256: 2e7d5705383394f1cba57a07643863a9599884f35a9ad38f6818ca3f2760d322

Contents?: true

Size: 970 Bytes

Versions: 2

Compression:

Stored size: 970 Bytes

Contents

---
language: ruby
sudo: false
cache: bundler
install:
  - bundle install
  - bundle exec bin/appraisal install
script:
  - bundle exec appraisal rake ci
rvm:
  - 2.1.10
  - 2.2.9
  - 2.3.6
  - 2.4.3
  - 2.5.0
matrix:
  include:
    - rvm: jruby-9.1.1.0
    - rvm: jruby-head
    - rvm: ruby-head
  exclude:
    - rvm: 2.1.10
      gemfile:
        - gemfiles/rails5.0.gemfile
        - gemfiles/rails5.1.gemfile
    - rvm: 2.2.9
      gemfile: gemfiles/rails3.2.gemfile
    - rvm: 2.3.6
      gemfile: gemfiles/rails3.2.gemfile
    - rvm: 2.4.3
      gemfile:
        - gemfiles/rails3.2.gemfile
        - gemfiles/rails4.0.gemfile
        - gemfiles/rails4.1.gemfile
    - rvm: 2.5.0
      gemfile:
        - gemfiles/rails3.2.gemfile
        - gemfiles/rails4.0.gemfile
        - gemfiles/rails4.1.gemfile
  allow_failures:
    - rvm: ruby-head
    - rvm: jruby-9.1.1.0
    - rvm: jruby-head
  fast_finish: true
branches:
  only: master
notifications:
  email: false

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
loaf-0.6.2 .travis.yml
loaf-0.6.1 .travis.yml