actually use the required phpunit version pulled from composer

Signed-off-by: Michael Kaufmann <d00p@froxlor.org>
This commit is contained in:
Michael Kaufmann
2018-11-26 21:38:36 +01:00
parent 72690e311f
commit 6129768711

View File

@@ -50,7 +50,7 @@ script:
-Dphpcs=$(pwd)/vendor/bin/phpcs
-Dphploc=$(pwd)/vendor/bin/phploc
-Dphpdox=$(pwd)/vendor/bin/phpdox
-Dphpunit=phpunit
-Dphpunit=$(pwd)/vendor/bin/phpunit
notifications:
irc: "irc.freenode.org#froxlor"