1
0
mirror of synced 2025-02-09 00:39:25 +03:00

Fast finish to avoid waiting on allowed failures

Also Allow HHVM 3.15 with pgsql to fail
This commit is contained in:
Walt Sorensen 2016-09-09 15:51:34 -06:00 committed by GitHub
parent e52ca954f0
commit a879811b6c

View File

@ -26,6 +26,7 @@ after_script:
- if [[ $TRAVIS_PHP_VERSION = '7.0' && $DB = 'sqlite' ]]; then php ocular.phar code-coverage:upload --format=php-clover build/logs/clover.xml; fi
matrix:
fast_finish: true
include:
- php: hhvm-3.15
sudo: true
@ -95,6 +96,8 @@ matrix:
allow_failures:
- php: 7.1
- php: nightly
- php: hhvm-3.15
env: DB=pgsql
sudo: false