diff --git a/.travis.yml b/.travis.yml index 0c9bba9..d6cb4bb 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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: