From b60731607d17643e23cb697b309fd858596aa467 Mon Sep 17 00:00:00 2001 From: Dylan T Date: Thu, 6 Jun 2019 17:20:16 +0100 Subject: [PATCH 1/2] Update travis.sh --- tests/travis.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/travis.sh b/tests/travis.sh index d975014a1..cfaaa462b 100755 --- a/tests/travis.sh +++ b/tests/travis.sh @@ -23,7 +23,7 @@ fi #Run PHPUnit tests 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 DATA_DIR="test_data" From adb78679c56f06a33f8ca1bd1f7fbf903af6fa5d Mon Sep 17 00:00:00 2001 From: SOFe Date: Sun, 9 Jun 2019 18:47:04 +0800 Subject: [PATCH 2/2] Added link to docker image --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index c35024737..9eb7b302e 100644 --- a/README.md +++ b/README.md @@ -8,6 +8,9 @@ __A highly customisable, open source server software for Minecraft: Bedrock Edit Head over to the [documentation site](http://pmmp.readthedocs.org/). If you don't find what you're looking for there, [talk to a human](#discussion). Please do not use our issue tracker for support requests. +### Docker +We provide an official docker image on Docker Hub: [`pmmp/pocketmine-mp`](https://hub.docker.com/r/pmmp/pocketmine-mp). + ### Discussion - [Forums](https://forums.pmmp.io/) - [Community Discord](https://discord.gg/bge7dYQ)