From 46331df7db597a409eab398eef078f7add6804df Mon Sep 17 00:00:00 2001 From: "Dylan K. Taylor" Date: Mon, 16 Nov 2020 19:06:56 +0000 Subject: [PATCH] fix build --- tests/travis.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/travis.sh b/tests/travis.sh index 7df683ae7..c5488d651 100755 --- a/tests/travis.sh +++ b/tests/travis.sh @@ -19,7 +19,9 @@ rm PocketMine-MP.phar 2> /dev/null mkdir "$DATA_DIR" mkdir "$PLUGINS_DIR" +cd tests/plugins/DevTools php -dphar.readonly=0 ./src/DevTools/ConsoleScript.php --make ./ --relative ./ --out ../../../plugins/DevTools.phar +cd ../../.. composer make-server if [ -f PocketMine-MP.phar ]; then