From af19936f0199ce0ee66a078a22216e599c7b147b Mon Sep 17 00:00:00 2001 From: Timothy J Warren Date: Mon, 22 Jan 2018 12:44: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 990f6db..cdca97d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -18,7 +18,7 @@ before_script: script: - mkdir -p build/logs - cd build - - vendor/bin/phpunit -c phpunit.xml --coverage-clover build/logs/clover.xml + - ../vendor/bin/phpunit -c phpunit.xml --coverage-clover build/logs/clover.xml - cd ../ after_script: