Test phpunit 6.4.1

This commit is contained in:
Uwe Tews
2017-10-09 13:39:54 +02:00
parent 8d3153401a
commit 1bb374c1fb

View File

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