From 89d924659e7dcbcb22aa10831e5650d00bf031f4 Mon Sep 17 00:00:00 2001 From: Uwe Tews Date: Mon, 9 Oct 2017 13:15:55 +0200 Subject: [PATCH] Test phpunit 6.4.1 --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index dafab0ad..293a1822 100644 --- a/.travis.yml +++ b/.travis.yml @@ -25,7 +25,7 @@ before_script: install: - git clone --depth=50 --branch=master git://github.com/smarty-php/smarty-phpunit.git - - if [ ${TRAVIS_PHP_VERSION:0:3} == "7.1" ]; then composer global install phpunit/phpunit 6.4.1 + - if [ ${TRAVIS_PHP_VERSION:0:3} == "7.1" ]; then composer global install phpunit/phpunit 6.4.1; fi script: - cd smarty-phpunit