MINOR: Remove debug

This commit is contained in:
Gordon Anderson 2018-04-20 11:53:26 +07:00
parent a2e6bc422d
commit 01b19b980c
1 changed files with 0 additions and 3 deletions

View File

@ -36,9 +36,6 @@ before_script:
- php vendor/silverstripe/framework/tests/dump_constants.php
- ls -lh
- find . | grep tests
script:
- if [[ $PHPUNIT_COVERAGE_TEST ]]; then phpdbg -qrr vendor/bin/phpunit --coverage-clover=coverage.xml tests/; fi