mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 14:05:37 +02:00
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:
parent
f41f307118
commit
244bc97794
@ -13,6 +13,8 @@ matrix:
|
|||||||
env: TESTDB=PGSQL
|
env: TESTDB=PGSQL
|
||||||
- php: 5.4
|
- php: 5.4
|
||||||
env: TESTDB=SQLITE
|
env: TESTDB=SQLITE
|
||||||
|
allow_failures:
|
||||||
|
- env: TESTDB=PGSQL
|
||||||
|
|
||||||
before_script:
|
before_script:
|
||||||
- pear install pear/PHP_CodeSniffer
|
- pear install pear/PHP_CodeSniffer
|
||||||
|
Loading…
Reference in New Issue
Block a user