From a2e6bc422d3b0f24af7c7a9490495c417e5ce7bb Mon Sep 17 00:00:00 2001 From: Gordon Anderson Date: Fri, 20 Apr 2018 11:49:42 +0700 Subject: [PATCH] WIP: Debugging travis, just confirming no tests exist --- .travis.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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: