mirror of
https://github.com/silverstripe/silverstripe-mathspamprotection
synced 2024-10-22 08:05:52 +02:00
WIP: Debugging travis, just confirming no tests exist
This commit is contained in:
parent
d8768c2e21
commit
a2e6bc422d
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user