Skip to content

Commit ccbf22a

Browse files
committed
Replaces debug with phpdbg for faster test coverage report generation.
1 parent 4992b90 commit ccbf22a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.travis.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,12 @@ install:
1313
before_script:
1414
- composer self-update
1515
- composer install --dev --no-interaction
16+
- phpenv config-rm xdebug.ini
1617
- mkdir -p build/logs
1718

1819
# Run tests and generate test coverage report.
1920
script:
20-
- phpunit -d api_key=$API_KEY --coverage-clover build/logs/clover.xml
21+
- phpdbg -qrr phpunit -d api_key=$API_KEY --coverage-clover build/logs/clover.xml
2122

2223
# Submit test coverage report to Coveralls.
2324
after_success:

0 commit comments

Comments
 (0)