From a8e32cadfffcce4b0f3f2278090ce34523f66375 Mon Sep 17 00:00:00 2001 From: Dennis Eichhorn Date: Sat, 4 Aug 2018 15:25:42 +0200 Subject: [PATCH] Fix config path --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index cfdabbf67..4497cd0a0 100644 --- a/.travis.yml +++ b/.travis.yml @@ -6,4 +6,4 @@ before_script: - pecl install ast - composer install script: - - vendor/bin/phpunit --configuration tests/phpunit_no_coverage.xm \ No newline at end of file + - vendor/bin/phpunit --configuration tests/phpunit_no_coverage.xml \ No newline at end of file