diff options
| author | Uwe Tews <uwe.tews@googlemail.com> | 2017-10-09 13:02:59 +0200 |
|---|---|---|
| committer | Uwe Tews <uwe.tews@googlemail.com> | 2017-10-09 13:02:59 +0200 |
| commit | 68b73fe153fbbbf2ac25917c3d47c61ff0d66828 (patch) | |
| tree | fbfd0cbf35d95393910901e1ccc0c1e932e33ca1 /.travis.yml | |
| parent | 030abc6364271acf81bcb9db44d49cdd30b9c2f7 (diff) | |
| download | smarty-68b73fe153fbbbf2ac25917c3d47c61ff0d66828.tar.gz smarty-68b73fe153fbbbf2ac25917c3d47c61ff0d66828.tar.bz2 smarty-68b73fe153fbbbf2ac25917c3d47c61ff0d66828.zip | |
Test phpunit 6.1
Diffstat (limited to '.travis.yml')
| -rw-r--r-- | .travis.yml | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml index 2aa1845e..afcc34ec 100644 --- a/.travis.yml +++ b/.travis.yml @@ -10,7 +10,7 @@ php: - 5.5 - 5.6 - 7.0 - - 7.1.9 + - 7.1 services: @@ -24,7 +24,8 @@ before_script: - mysql -e "create database IF NOT EXISTS test;" -uroot 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.1.*; fi + - git clone --depth=50 --branch=master git://github.com/smarty-php/smarty-phpunit.git script: - cd smarty-phpunit |
