From 0b8940c75e8b05a3ca07641ef0ba8b3149b5da49 Mon Sep 17 00:00:00 2001 From: Uwe Tews Date: Mon, 9 Oct 2017 14:30:08 +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 38c61911..ecc90c22 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