WIP: Debugging travis, just confirming no tests exist

This commit is contained in:
Gordon Anderson 2018-04-20 11:49:42 +07:00
parent d8768c2e21
commit a2e6bc422d
1 changed files with 3 additions and 1 deletions

View File

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