Skip to content

Commit

Permalink
Don't run code coverage on Travis CI
Browse files Browse the repository at this point in the history
  • Loading branch information
jimwins committed Aug 13, 2023
1 parent a318eff commit d8c4fea
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,11 @@
language: php
php:
- 8.1
env:
- PHPV=0
- XDEBUG_MODE=coverage
env: PHPV=0
install: |
composer install
script: |
composer run-script test -- --colors --coverage-text
composer run-script test -- --colors
cache:
directories:
- $HOME/.composer/cache
Expand Down

0 comments on commit d8c4fea

Please sign in to comment.