Test phpunit 6.4.1

This commit is contained in:
Uwe Tews
2017-10-09 13:07:51 +02:00
parent 68b73fe153
commit 2777efb84e

View File

@@ -24,7 +24,7 @@ before_script:
- mysql -e "create database IF NOT EXISTS test;" -uroot - mysql -e "create database IF NOT EXISTS test;" -uroot
install: install:
- if [ ${TRAVIS_PHP_VERSION:0:3} == "7.1" ]; then composer global install phpunit/phpunit 6.1.*; fi - if [ ${TRAVIS_PHP_VERSION:0:3} == "7.1" ]; then composer global install phpunit/phpunit 6.4.1; fi
- git clone --depth=50 --branch=master git://github.com/smarty-php/smarty-phpunit.git - git clone --depth=50 --branch=master git://github.com/smarty-php/smarty-phpunit.git
script: script: