diff options
| author | Uwe Tews <uwe.tews@googlemail.com> | 2017-10-09 14:17:47 +0200 |
|---|---|---|
| committer | Uwe Tews <uwe.tews@googlemail.com> | 2017-10-09 14:17:47 +0200 |
| commit | b98be78cbf6bcbcd5f05932777e7467e1814c1e1 (patch) | |
| tree | 6f4c34c4b81d91ec63a85145a92685e8b731cfc5 /.travis.yml | |
| parent | 0cad91414756512a965ebabe63315ebbdb0ab1d5 (diff) | |
| download | smarty-b98be78cbf6bcbcd5f05932777e7467e1814c1e1.tar.gz smarty-b98be78cbf6bcbcd5f05932777e7467e1814c1e1.tar.bz2 smarty-b98be78cbf6bcbcd5f05932777e7467e1814c1e1.zip | |
Use phpunit 6.4.1 for PHP 7.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 804367ca..38c61911 100644 --- a/.travis.yml +++ b/.travis.yml @@ -29,7 +29,7 @@ install: script: - cd smarty-phpunit - if [[ $TRAVIS_PHP_VERSION = 7.1 || $TRAVIS_PHP_VERSION = nightly ]]; then - ./vendor/bin/phpunit; + ../vendor/bin/phpunit; else phpunit ./; fi |
