From 6cec5988625a2de0eb2bc65d686204e739e02814 Mon Sep 17 00:00:00 2001 From: =?utf8?q?=E0=BE=85=E0=BC=BB=20=C7=AC=C9=80=C4=A7=20=E0=BC=84?= =?utf8?q?=E0=BC=86=E0=BD=89?= Date: Sat, 15 Apr 2017 23:36:22 +0200 Subject: [PATCH] Attempt number 666 at running desired PHPunit bin --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index c71daf8..60eb3c6 100644 --- a/.travis.yml +++ b/.travis.yml @@ -38,9 +38,9 @@ before_script: exit 1 ;; esac - - phpunit --version + - vendor/bin/phpunit --version -script: phpunit --configuration ./tests/phpunit-travis.xml.dist +script: vendor/bin/phpunit --configuration ./tests/phpunit-travis.xml.dist after_script: rm user/config.php -- 2.42.0