Let's not let edge rails break travis.

We want to run tests against edge rails, but we don't want their build to break ours. So it
goes in allow_failures.
This commit is contained in:
Kevin Curtin 2013-04-16 00:18:09 +00:00 committed by Steve Klabnik
parent 1b80caa22f
commit 958e3a1ee2

View File

@ -13,6 +13,8 @@ gemfile:
- Gemfile - Gemfile
- Gemfile.edge - Gemfile.edge
matrix: matrix:
allow_failures:
- gemfile: Gemfile.edge
exclude: exclude:
# Edge Rails is only compatible with 1.9.3 # Edge Rails is only compatible with 1.9.3
- gemfile: Gemfile.edge - gemfile: Gemfile.edge