From 6193aae800980722884033ce9173d9ea4793621a Mon Sep 17 00:00:00 2001 From: Timothy J Warren Date: Mon, 22 Jan 2018 12:10:09 -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 21c3e5a..68c1dbe 100644 --- a/.travis.yml +++ b/.travis.yml @@ -18,7 +18,7 @@ before_script: script: - mkdir -p build/logs - cd build - - phpunit --coverage-clover build/logs/clover.xml + - vendor/bin/phpunit -c build --coverage-clover build/logs/clover.xml - cd ../ after_script: