From 6ea01e0dd41a6f6e2aa06a301952ef2903b8327b Mon Sep 17 00:00:00 2001 From: "Dylan K. Taylor" Date: Mon, 16 Nov 2020 19:21:44 +0000 Subject: [PATCH] fix build #2 --- tests/travis.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/travis.sh b/tests/travis.sh index c5488d651..6437aa7c3 100755 --- a/tests/travis.sh +++ b/tests/travis.sh @@ -20,7 +20,7 @@ mkdir "$DATA_DIR" mkdir "$PLUGINS_DIR" cd tests/plugins/DevTools -php -dphar.readonly=0 ./src/DevTools/ConsoleScript.php --make ./ --relative ./ --out ../../../plugins/DevTools.phar +php -dphar.readonly=0 ./src/DevTools/ConsoleScript.php --make ./ --relative ./ --out "$PLUGINS_DIR/DevTools.phar" cd ../../.. composer make-server