diff options
| author | Uwe Tews <uwe.tews@googlemail.com> | 2017-10-09 13:53:21 +0200 |
|---|---|---|
| committer | Uwe Tews <uwe.tews@googlemail.com> | 2017-10-09 13:53:21 +0200 |
| commit | f60d8a763c956080ffe171398a45873dd0fa702f (patch) | |
| tree | d92d34fc10fef1e4b7273e323c7ba895c28a44c7 /.travis.yml | |
| parent | 1bb374c1fbe8d46c36493fbe7de03322e2b75a72 (diff) | |
| download | smarty-f60d8a763c956080ffe171398a45873dd0fa702f.tar.gz smarty-f60d8a763c956080ffe171398a45873dd0fa702f.tar.bz2 smarty-f60d8a763c956080ffe171398a45873dd0fa702f.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 b21ba37a..82e098ed 100644 --- a/.travis.yml +++ b/.travis.yml @@ -29,8 +29,8 @@ install: script: - cd smarty-phpunit - if [[ $TRAVIS_PHP_VERSION = 7.* || $TRAVIS_PHP_VERSION = nightly ]]; then - ./vendor/bin/phpunit + ./vendor/bin/phpunit; else - phpunit ./ + phpunit ./; fi |
