Skip to content

Commit

Permalink
travis: allow coverate to fail
Browse files Browse the repository at this point in the history
  • Loading branch information
fprochazka committed May 13, 2017
1 parent 78acefc commit f63b92e
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,10 @@ matrix:
include:
- php: 7.1
env: COMPOSER_EXTRA_ARGS="--prefer-stable" COVERAGE="--coverage ./coverage.xml --coverage-src ./src" TESTER_RUNTIME="phpdbg"
exclude:
- php: 7.1
env: COMPOSER_EXTRA_ARGS="--prefer-stable"
allow_failures:
- env:
- php: 7.1
env: COMPOSER_EXTRA_ARGS="--prefer-stable" COVERAGE="--coverage ./coverage.xml --coverage-src ./src" TESTER_RUNTIME="phpdbg"

install:
- travis_retry composer update --no-interaction --no-suggest --no-progress --prefer-dist $COMPOSER_EXTRA_ARGS
Expand Down

0 comments on commit f63b92e

Please sign in to comment.