From 244bc97794319037b1ce59e06b4ec6f6256f9189 Mon Sep 17 00:00:00 2001 From: Sam Minnee Date: Fri, 14 Dec 2012 14:28:26 +1300 Subject: [PATCH] Don't register a PGSQL failure as a Travis build failure. Although PGSQL build will still be executed, a failure of that build won't registre as a Travis failure. This is a workaround until the PGSQL build has been fixed. --- .travis.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.travis.yml b/.travis.yml index 1f49fe992..2932002a0 100644 --- a/.travis.yml +++ b/.travis.yml @@ -13,6 +13,8 @@ matrix: env: TESTDB=PGSQL - php: 5.4 env: TESTDB=SQLITE + allow_failures: + - env: TESTDB=PGSQL before_script: - pear install pear/PHP_CodeSniffer