Skip to content

Commit

Permalink
Add some excludes to travis
Browse files Browse the repository at this point in the history
ree (or at least this version), 1.9.2, and 1.8.7 are not supported by
rails 4.1
  • Loading branch information
scpike authored and bryanrite committed Jul 18, 2014
1 parent c3e5864 commit 7420cd1
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .travis.yml
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -21,6 +21,19 @@ services:
matrix: matrix:
allow_failures: allow_failures:
- rvm: rbx - rvm: rbx
exclude:
- rvm: 1.8.7
gemfile: gemfiles/activerecord_4.0.gemfile
- rvm: 1.8.7
gemfile: gemfiles/activerecord_4.1.gemfile
- rvm: 1.9.2
gemfile: gemfiles/activerecord_4.0.gemfile
- rvm: 1.9.2
gemfile: gemfiles/activerecord_4.1.gemfile
- rvm: ree
gemfile: gemfiles/activerecord_4.0.gemfile
- rvm: ree
gemfile: gemfiles/activerecord_4.1.gemfile
notifications: notifications:
recipients: recipients:
- bryan@bryanrite.com - bryan@bryanrite.com

0 comments on commit 7420cd1

Please sign in to comment.