mirror of
https://github.com/smarty-php/smarty.git
synced 2025-08-05 02:44:27 +02:00
Test phpunit 6.4.1
This commit is contained in:
@@ -28,5 +28,9 @@ install:
|
|||||||
|
|
||||||
script:
|
script:
|
||||||
- cd smarty-phpunit
|
- cd smarty-phpunit
|
||||||
- phpunit ./
|
- if [[ $TRAVIS_PHP_VERSION = 7.* || $TRAVIS_PHP_VERSION = nightly ]]; then
|
||||||
|
./vendor/bin/phpunit
|
||||||
|
else
|
||||||
|
phpunit ./
|
||||||
|
fi
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user