From a879811b6c0b80031e6dbbf4137bed80c8f21482 Mon Sep 17 00:00:00 2001 From: Walt Sorensen Date: Fri, 9 Sep 2016 15:51:34 -0600 Subject: [PATCH] Fast finish to avoid waiting on allowed failures Also Allow HHVM 3.15 with pgsql to fail --- .travis.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.travis.yml b/.travis.yml index 96dba18a7..d497867df 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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