Skip to content

Commit

Permalink
ENHANCEEMENT: Mark coverage builds as allowed to fail and fast finish…
Browse files Browse the repository at this point in the history
…, so as to get feedback faster
  • Loading branch information
gordonbanderson committed Feb 8, 2016
1 parent 11a657d commit 8fd0d34
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .travis.yml
Expand Up @@ -26,18 +26,18 @@ env:
- COVERAGE=0

matrix:
fast_finish: true
allow_failures:
- php: hhvm-nightly
- php: 7.0
- COVERAGE: 1
include:
- php: 5.6
env: DB=PGSQL
- php: 5.6
env: DB=SQLITE
- php: hhvm
env: DB=MYSQL
- php: 5.6
env: DB=MYSQL CORE_RELEASE=3.2 COVERAGE=1
- php: 5.6
env: DB=PGSQL CORE_RELEASE=3.2
- php: 5.6
Expand All @@ -50,7 +50,8 @@ matrix:
env: DB=MYSQL CORE_RELEASE=3.2
- php: hhvm
env: DB=MYSQL CORE_RELEASE=3.2

- php: 5.6
env: DB=MYSQL CORE_RELEASE=3.2 COVERAGE=1

before_script:
- phpenv rehash
Expand Down

0 comments on commit 8fd0d34

Please sign in to comment.