Fast finish to avoid waiting on allowed failures
Also Allow HHVM 3.15 with pgsql to fail
This commit is contained in:
parent
e52ca954f0
commit
a879811b6c
@ -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
|
- if [[ $TRAVIS_PHP_VERSION = '7.0' && $DB = 'sqlite' ]]; then php ocular.phar code-coverage:upload --format=php-clover build/logs/clover.xml; fi
|
||||||
|
|
||||||
matrix:
|
matrix:
|
||||||
|
fast_finish: true
|
||||||
include:
|
include:
|
||||||
- php: hhvm-3.15
|
- php: hhvm-3.15
|
||||||
sudo: true
|
sudo: true
|
||||||
@ -95,6 +96,8 @@ matrix:
|
|||||||
allow_failures:
|
allow_failures:
|
||||||
- php: 7.1
|
- php: 7.1
|
||||||
- php: nightly
|
- php: nightly
|
||||||
|
- php: hhvm-3.15
|
||||||
|
env: DB=pgsql
|
||||||
|
|
||||||
sudo: false
|
sudo: false
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user