diff options
| author | Uwe Tews <uwe.tews@googlemail.com> | 2017-10-09 13:19:19 +0200 |
|---|---|---|
| committer | Uwe Tews <uwe.tews@googlemail.com> | 2017-10-09 13:19:19 +0200 |
| commit | f55baf5e73600790342050a95612a124fef43dda (patch) | |
| tree | 2a7b22cd489dc124d2b2a4a273bcdbc5a72f827f /.travis.yml | |
| parent | 89d924659e7dcbcb22aa10831e5650d00bf031f4 (diff) | |
| download | smarty-f55baf5e73600790342050a95612a124fef43dda.tar.gz smarty-f55baf5e73600790342050a95612a124fef43dda.tar.bz2 smarty-f55baf5e73600790342050a95612a124fef43dda.zip | |
Test phpunit 6.4.1
Diffstat (limited to '.travis.yml')
| -rw-r--r-- | .travis.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index 293a1822..80bba687 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; fi + - if [ ${TRAVIS_PHP_VERSION:0:3} == "7.1" ]; then composer global require phpunit/phpunit 6.4.1; fi script: - cd smarty-phpunit |
