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:
- cd smarty-phpunit
- if [[ $TRAVIS_PHP_VERSION = 7.* || $TRAVIS_PHP_VERSION = nightly ]]; then
./vendor/bin/phpunit
./vendor/bin/phpunit;
else
phpunit ./
phpunit ./;
fi