Skip to content

Commit

Permalink
Merge pull request #48 from localheinz/feature/coverage
Browse files Browse the repository at this point in the history
Enhancement: Collect coverage on PHP 7.2
  • Loading branch information
localheinz committed Feb 15, 2018
2 parents 39c3a43 + 7d15f49 commit 4f5e578
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ jobs:

php: 7.1

env: WITH_LOCKED=true WITH_COVERAGE=true
env: WITH_LOCKED=true

- <<: *TEST

Expand All @@ -85,7 +85,7 @@ jobs:

php: 7.2

env: WITH_LOCKED=true
env: WITH_LOCKED=true WITH_COVERAGE=true

- <<: *TEST

Expand Down

0 comments on commit 4f5e578

Please sign in to comment.