From 7e84d34363b7f83aab86b51760f7071d335b6509 Mon Sep 17 00:00:00 2001 From: Uwe Tews Date: Mon, 9 Oct 2017 16:38:32 +0200 Subject: [PATCH] Use phpunit 6.4.1 for PHP 7.1 --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 85e7fdfd..dd90c336 100644 --- a/.travis.yml +++ b/.travis.yml @@ -29,7 +29,7 @@ install: script: - cd smarty-phpunit - if [[ $TRAVIS_PHP_VERSION = 7.1 || $TRAVIS_PHP_VERSION = nightly ]]; then - /vendor/bin/phpunit ./; + $COMPOSER_BIN_DIR/phpunit ./; else phpunit ./; fi