From 5339dd54a24871a7d20720e00b684c568bef8a6a 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:42:08 +0200 Subject: [PATCH] Attempt 667 --- .travis.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 60eb3c6..ba89b9a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -38,7 +38,9 @@ before_script: exit 1 ;; esac - - vendor/bin/phpunit --version + - which phpunit + - phpunit --version + - $COMPOSER_BIN_DIR/phpunit --version script: vendor/bin/phpunit --configuration ./tests/phpunit-travis.xml.dist -- 2.42.0