From 01b19b980ce24ef553d981f1a9166019e0d1f0d5 Mon Sep 17 00:00:00 2001 From: Gordon Anderson Date: Fri, 20 Apr 2018 11:53:26 +0700 Subject: [PATCH] MINOR: Remove debug --- .travis.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index d6cb4bb..2978ca3 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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