From 691c49fb3239d250b95449832ee9d63530219f08 Mon Sep 17 00:00:00 2001 From: "Dylan K. Taylor" Date: Mon, 16 Nov 2020 19:05:04 +0000 Subject: [PATCH] I don't know how to pass custom arguments to these scripts :< --- tests/travis.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/travis.sh b/tests/travis.sh index 51a8beade..7df683ae7 100755 --- a/tests/travis.sh +++ b/tests/travis.sh @@ -19,7 +19,7 @@ rm PocketMine-MP.phar 2> /dev/null mkdir "$DATA_DIR" mkdir "$PLUGINS_DIR" -composer make-devtools +php -dphar.readonly=0 ./src/DevTools/ConsoleScript.php --make ./ --relative ./ --out ../../../plugins/DevTools.phar composer make-server if [ -f PocketMine-MP.phar ]; then