summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorUwe Tews <uwe.tews@googlemail.com>2017-10-09 13:07:51 +0200
committerUwe Tews <uwe.tews@googlemail.com>2017-10-09 13:07:51 +0200
commit2777efb84e307fa2653d7bf0a2e7ff0555929745 (patch)
tree7cff4f57283ae6b9d4deeb81f26672500803c446 /.travis.yml
parent68b73fe153fbbbf2ac25917c3d47c61ff0d66828 (diff)
downloadsmarty-2777efb84e307fa2653d7bf0a2e7ff0555929745.tar.gz
smarty-2777efb84e307fa2653d7bf0a2e7ff0555929745.tar.bz2
smarty-2777efb84e307fa2653d7bf0a2e7ff0555929745.zip
Test phpunit 6.4.1
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index afcc34ec..d95cb901 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -24,7 +24,7 @@ before_script:
- mysql -e "create database IF NOT EXISTS test;" -uroot
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
script: