Skip to content

Commit

Permalink
adjust travis
Browse files Browse the repository at this point in the history
  • Loading branch information
solverat committed Feb 26, 2021
1 parent 199c2a7 commit 3547264
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
language: php

env:
global:
- XDEBUG_MODE=coverage

cache:
directories:
- $HOME/.composer/cache
Expand All @@ -8,6 +12,7 @@ matrix:
include:
- php: 7.2
- php: 7.3
- php: 7.4
env: COVERAGE=true PHPUNIT_FLAGS="-v --coverage-clover=coverage.clover"
fast_finish: true

Expand Down

0 comments on commit 3547264

Please sign in to comment.