Test phpunit 6.4.1

This commit is contained in:
Uwe Tews
2017-10-09 13:53:21 +02:00
parent 1bb374c1fb
commit f60d8a763c

View File

@@ -29,8 +29,8 @@ install:
script: script:
- cd smarty-phpunit - cd smarty-phpunit
- if [[ $TRAVIS_PHP_VERSION = 7.* || $TRAVIS_PHP_VERSION = nightly ]]; then - if [[ $TRAVIS_PHP_VERSION = 7.* || $TRAVIS_PHP_VERSION = nightly ]]; then
./vendor/bin/phpunit ./vendor/bin/phpunit;
else else
phpunit ./ phpunit ./;
fi fi