diff options
| author | Uwe Tews <uwe.tews@googlemail.com> | 2017-10-09 13:13:11 +0200 |
|---|---|---|
| committer | Uwe Tews <uwe.tews@googlemail.com> | 2017-10-09 13:13:11 +0200 |
| commit | 989e49a7deb5e023b86e5a447e5d67762633cafc (patch) | |
| tree | 316c8dbbfc167da6e2aad74c67da3aa8907bc68c /.travis.yml | |
| parent | 2777efb84e307fa2653d7bf0a2e7ff0555929745 (diff) | |
| download | smarty-989e49a7deb5e023b86e5a447e5d67762633cafc.tar.gz smarty-989e49a7deb5e023b86e5a447e5d67762633cafc.tar.bz2 smarty-989e49a7deb5e023b86e5a447e5d67762633cafc.zip | |
Test phpunit 6.4.1
Diffstat (limited to '.travis.yml')
| -rw-r--r-- | .travis.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml index d95cb901..dafab0ad 100644 --- a/.travis.yml +++ b/.travis.yml @@ -24,8 +24,8 @@ 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.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 + - if [ ${TRAVIS_PHP_VERSION:0:3} == "7.1" ]; then composer global install phpunit/phpunit 6.4.1 script: - cd smarty-phpunit |
