From ca7d6f8b54c89744bbc427d50f3bdbe73f2aa47e Mon Sep 17 00:00:00 2001 From: Dennis Eichhorn Date: Sat, 4 Aug 2018 16:38:40 +0200 Subject: [PATCH] Use default phpunit --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index d348a6a30..ef9705922 100644 --- a/.travis.yml +++ b/.travis.yml @@ -8,4 +8,4 @@ before_script: - pecl install ast - composer install script: - - vendor/bin/phpunit --configuration tests/phpunit_no_coverage.xml \ No newline at end of file + - phpunit --version && phpunit --configuration tests/phpunit_no_coverage.xml \ No newline at end of file