From 7db763e67b7127ccd45fab9d936675a295e941ac Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jonne=20Ha=C3=9F?= Date: Sat, 8 Dec 2012 01:15:51 +0100 Subject: [PATCH] remove allowed failures from .travis.yml --- .travis.yml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/.travis.yml b/.travis.yml index 0d8eff82a62..31297795683 100644 --- a/.travis.yml +++ b/.travis.yml @@ -14,11 +14,6 @@ env: - DB=postgres BUILD_TYPE=cucumber - DB=mysql BUILD_TYPE=cucumber -matrix: - allow_failures: - - env: DB=postgres BUILD_TYPE=cucumber - - env: DB=mysql BUILD_TYPE=cucumber - bundler_args: "--without development production heroku" before_install: "./script/ci/before_install.sh"