From 95401937664e4dea59f1bdee63811258f2a794e9 Mon Sep 17 00:00:00 2001 From: "Dylan K. Taylor" Date: Sat, 27 Nov 2021 03:54:30 +0000 Subject: [PATCH] Fixed everything lighting on fire --- composer.json | 2 +- tests/travis.sh | 4 +--- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/composer.json b/composer.json index 4c71c4e13..b42e95a74 100644 --- a/composer.json +++ b/composer.json @@ -79,7 +79,7 @@ "sort-packages": true }, "scripts": { - "make-devtools": "@php -dphar.readonly=0 tests/plugins/DevTools/src/DevTools/ConsoleScript.php --make tests/plugins/DevTools --out plugins/DevTools.phar", + "make-devtools": "@php -dphar.readonly=0 tests/plugins/DevTools/src/ConsoleScript.php --make tests/plugins/DevTools --out plugins/DevTools.phar", "make-server": [ "@composer install --no-dev --classmap-authoritative --ignore-platform-reqs", "@php -dphar.readonly=0 build/server-phar.php" diff --git a/tests/travis.sh b/tests/travis.sh index e16a28333..714e02425 100755 --- a/tests/travis.sh +++ b/tests/travis.sh @@ -19,9 +19,7 @@ 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_DIR/DevTools.phar" -cd ../../.. +composer make-devtools composer make-server if [ -f PocketMine-MP.phar ]; then