From ca9ced078c42aa198ce5c5c43bbd92afe3bcddeb Mon Sep 17 00:00:00 2001 From: Marcus Bointon Date: Wed, 15 Mar 2017 12:22:28 +0100 Subject: [PATCH] Fix phpunit path --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 054f03c3..1c8d23ee 100644 --- a/.travis.yml +++ b/.travis.yml @@ -27,7 +27,7 @@ before_script: echo 'sendmail_path = "/usr/sbin/sendmail -t -i "' > $(php --ini|grep -m 1 "ini files in:"|cut -d ":" -f 2)/sendmail.ini fi script: - - vendor/bin/phpunit --configuration ../travis.phpunit.xml.dist + - ../vendor/bin/phpunit --configuration ../travis.phpunit.xml.dist after_script: - wget https://scrutinizer-ci.com/ocular.phar - php ocular.phar code-coverage:upload --format=php-clover ../build/logs/clover.xml