From c6f4c41ad4448ff903f1bf43fceba8e202c41856 Mon Sep 17 00:00:00 2001 From: dantleech Date: Thu, 16 Jun 2016 08:25:33 +0100 Subject: [PATCH] Use vendor version of PHPUnit --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index c40e2a98c..e60594f53 100644 --- a/.travis.yml +++ b/.travis.yml @@ -40,7 +40,7 @@ before_script: - ./tests/travis_${TRANSPORT}.sh script: - - phpunit -c tests/phpunit_${TRANSPORT}.xml.dist + - ./vendor/bin/phpunit -c tests/phpunit_${TRANSPORT}.xml.dist - if [ "$PHPBENCH" = "yes" ]; then php vendor/bin/phpbench run --report=all; fi;