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.
This commit is contained in:
Sam Minnee 2012-12-14 14:28:26 +13:00
parent f41f307118
commit 244bc97794

View File

@ -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