mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-07-21 18:36:40 +00:00
Update travis.sh
This commit is contained in:
parent
0058bfcd23
commit
b60731607d
@ -23,7 +23,7 @@ fi
|
|||||||
|
|
||||||
#Run PHPUnit tests
|
#Run PHPUnit tests
|
||||||
curl https://phar.phpunit.de/phpunit-7.phar --silent --location -o phpunit.phar
|
curl https://phar.phpunit.de/phpunit-7.phar --silent --location -o phpunit.phar
|
||||||
"$PHP_BINARY" phpunit.phar --bootstrap vendor/autoload.php 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
|
||||||
DATA_DIR="test_data"
|
DATA_DIR="test_data"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user