From 958e3a1ee2db5297b4b5bc5abac7935b8512f1e9 Mon Sep 17 00:00:00 2001 From: Kevin Curtin Date: Tue, 16 Apr 2013 00:18:09 +0000 Subject: [PATCH] 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. --- .travis.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.travis.yml b/.travis.yml index fbd94a6c..ecaf21cf 100644 --- a/.travis.yml +++ b/.travis.yml @@ -13,6 +13,8 @@ gemfile: - Gemfile - Gemfile.edge matrix: + allow_failures: + - gemfile: Gemfile.edge exclude: # Edge Rails is only compatible with 1.9.3 - gemfile: Gemfile.edge