summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorUwe Tews <uwe.tews@googlemail.com>2017-10-09 13:15:55 +0200
committerUwe Tews <uwe.tews@googlemail.com>2017-10-09 13:15:55 +0200
commit89d924659e7dcbcb22aa10831e5650d00bf031f4 (patch)
tree48b1f4a654f56019c7a2429025997098d97c8fce /.travis.yml
parent989e49a7deb5e023b86e5a447e5d67762633cafc (diff)
downloadsmarty-89d924659e7dcbcb22aa10831e5650d00bf031f4.tar.gz
smarty-89d924659e7dcbcb22aa10831e5650d00bf031f4.tar.bz2
smarty-89d924659e7dcbcb22aa10831e5650d00bf031f4.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 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