Skip to content

Commit

Permalink
ci: experiment with new travis feature to allow failures when running…
Browse files Browse the repository at this point in the history
… against dev branches of rails
  • Loading branch information
dchelimsky committed Feb 14, 2012
1 parent 1e2ac19 commit 8398bb7
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .travis.yml
Expand Up @@ -18,3 +18,9 @@ matrix:
env: RAILS_VERSION=master
- rvm: 1.9.2
env: RAILS_VERSION=master
allow_failures:
- rvm: 1.9.3
env: RAILS_VERSION=master
- env: RAILS_VERSION=3-2-stable
- env: RAILS_VERSION=3-1-stable
- env: RAILS_VERSION=3-0-stable

0 comments on commit 8398bb7

Please sign in to comment.