From 932a88764c18967c2ba544562527707d3d7a1ab8 Mon Sep 17 00:00:00 2001 From: "Dylan K. Taylor" Date: Sat, 27 Nov 2021 04:07:25 +0000 Subject: [PATCH] composer commands suck --- tests/travis.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/tests/travis.sh b/tests/travis.sh index 714e02425..094f65905 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" -composer make-devtools +cd tests/plugins/DevTools +php -dphar.readonly=0 ./src/ConsoleScript.php --make ./ --relative ./ --out "$PLUGINS_DIR/DevTools.phar" +cd ../../.. composer make-server if [ -f PocketMine-MP.phar ]; then