From 0f0fdf0200d292d8fe235b9268418dcd9c723f0e Mon Sep 17 00:00:00 2001 From: Uwe Tews Date: Mon, 9 Oct 2017 15:22:35 +0200 Subject: [PATCH] Use phpunit 6.4.1 for PHP 7.1 --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index ecc90c22..85e7fdfd 100644 --- a/.travis.yml +++ b/.travis.yml @@ -27,10 +27,10 @@ install: - git clone --depth=50 --branch=master git://github.com/smarty-php/smarty-phpunit.git script: + - cd smarty-phpunit - if [[ $TRAVIS_PHP_VERSION = 7.1 || $TRAVIS_PHP_VERSION = nightly ]]; then - ./vendor/bin/phpunit; + /vendor/bin/phpunit ./; else - cd smarty-phpunit phpunit ./; fi