Skip to content

Commit 935e3f8

Browse files
author
kristijonas bulzgis
committed
Ignore code coverage while xdebug is not upgraded
1 parent a0f8f2b commit 935e3f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ before_script:
99
- composer self-update
1010
- composer install --prefer-source --no-interaction --dev
1111

12-
script: ./bin/phpunit --configuration tests/phpunit.xml --coverage-text
12+
script: ./bin/phpunit --configuration tests/phpunit.xml #--coverage-text
1313

1414
notifications:
1515
on_success: never

0 commit comments

Comments
 (0)