mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-06-07 12:18:46 +00:00
travis.sh: allow latest phpunit v7 now that we have XML
not ready to move to v8 yet because of BC breaks
This commit is contained in:
parent
86c7870427
commit
abbb8bbf55
@ -21,9 +21,7 @@ if [ $? -ne 0 ]; then
|
|||||||
exit 1
|
exit 1
|
||||||
fi
|
fi
|
||||||
|
|
||||||
#Run PHPUnit tests
|
curl https://phar.phpunit.de/phpunit-7.phar --silent --location -o phpunit.phar
|
||||||
#7.5.12 introduces changes that set the build on fire because we don't ship libxml - TODO FIX
|
|
||||||
curl https://phar.phpunit.de/phpunit-7.5.11.phar --silent --location -o phpunit.phar
|
|
||||||
"$PHP_BINARY" phpunit.phar --bootstrap vendor/autoload.php --fail-on-warning tests/phpunit || exit 1
|
"$PHP_BINARY" phpunit.phar --bootstrap vendor/autoload.php --fail-on-warning tests/phpunit || exit 1
|
||||||
|
|
||||||
#Run-the-server tests
|
#Run-the-server tests
|
||||||
|
Loading…
x
Reference in New Issue
Block a user