Skip to content

Commit

Permalink
Travis: allow coverage to fail
Browse files Browse the repository at this point in the history
  • Loading branch information
fprochazka committed May 26, 2017
1 parent 1e8d8b5 commit 8206481
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,9 @@ matrix:
env: NETTE=nette-2.3 COMPOSER_EXTRA_ARGS="--prefer-lowest --prefer-stable"
- php: 7.1
env: NETTE=nette-2.3 COVERAGE="--coverage ./coverage.xml --coverage-src ./src" TESTER_RUNTIME="phpdbg"
allow_failures:
- php: 7.1
env: NETTE=nette-2.3 COVERAGE="--coverage ./coverage.xml --coverage-src ./src" TESTER_RUNTIME="phpdbg"


before_install:
Expand Down

0 comments on commit 8206481

Please sign in to comment.