From c80e574a69285913db793470de6082cad92850c7 Mon Sep 17 00:00:00 2001 From: Jonas Sulzer Date: Mon, 7 Jan 2019 19:08:51 +0100 Subject: [PATCH] try how `phpunit` runs withouth the parameter `--configuration phpunit.xml` Signed-off-by: Jonas Sulzer --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 07177b9..f5a11f4 100644 --- a/.travis.yml +++ b/.travis.yml @@ -45,7 +45,7 @@ script: # Run phpunit tests - cd tests - - phpunit --configuration phpunit.xml + - phpunit # Create coverage report - sh -c "if [ '$PHP_COVERAGE' != 'FALSE' ]; then wget https://scrutinizer-ci.com/ocular.phar; fi"