Skip to content

Commit

Permalink
Merge pull request #28 from appfolio/updateTravisYml
Browse files Browse the repository at this point in the history
Exclude builds that we know will fail
  • Loading branch information
jonkessler authored Feb 18, 2017
2 parents 015ac56 + 58497d0 commit 08c989c
Showing 1 changed file with 12 additions and 13 deletions.
25 changes: 12 additions & 13 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,24 +53,23 @@ gemfile:
- gemfiles/rails_4.2.6.gemfile
- gemfiles/rails_4.2.7.gemfile
- gemfiles/rails_4.2.7.1.gemfile
- gemfiles/rails_5.0.0.gemfile
- gemfiles/rails_5.0.0.1.gemfile
- gemfiles/rails_5.0.1.gemfile

matrix:
include:
- rvm: 2.2.6
exclude:
# Rails 5.0+ requires a minimum of Ruby 2.2.2.
- rvm: 2.1.9
gemfile: gemfiles/rails_5.0.0.gemfile
- rvm: 2.1.9
gemfile: gemfiles/rails_5.0.0.1.gemfile
- rvm: 2.1.9
gemfile: gemfiles/rails_5.0.1.gemfile
- rvm: 2.3.3
gemfile: gemfiles/rails_5.0.0.gemfile
gemfile: gemfiles/rails_5.0.0.1.gemfile
gemfile: gemfiles/rails_5.0.1.gemfile

# This Rails versions are broken with the latest Ruby.
# They are fixed in the next version :
# https://github.com/rails/rails/blob/v4.0.6/activerecord/CHANGELOG.md
# https://github.com/rails/rails/blob/v4.1.2/activerecord/CHANGELOG.md
matrix:
allow_failures:
# These Rails versions are broken with the latest Ruby versions.
# They are fixed in the next version:
# https://github.com/rails/rails/blob/v4.0.6/activerecord/CHANGELOG.md
# https://github.com/rails/rails/blob/v4.1.2/activerecord/CHANGELOG.md
- rvm: 2.2.6
gemfile: gemfiles/rails_4.0.0.gemfile
- rvm: 2.2.6
Expand Down

0 comments on commit 08c989c

Please sign in to comment.