From 86280d619361755a6d3b3c1e099aa7d5ee537c8d Mon Sep 17 00:00:00 2001 From: Timothy J Warren Date: Mon, 22 Jan 2018 12:34:06 -0500 Subject: [PATCH] Update travis test command --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 68c1dbe..990f6db 100644 --- a/.travis.yml +++ b/.travis.yml @@ -18,7 +18,7 @@ before_script: script: - mkdir -p build/logs - cd build - - vendor/bin/phpunit -c build --coverage-clover build/logs/clover.xml + - vendor/bin/phpunit -c phpunit.xml --coverage-clover build/logs/clover.xml - cd ../ after_script: