|
@@ -722,7 +722,7 @@ class RunCi {
|
|
|
case Php7:
|
|
|
if (systemName == "Linux") {
|
|
|
getSpodDependencies();
|
|
|
- runCommand("phpenv", ["global", "7.0"]);
|
|
|
+ runCommand("phpenv", ["global", "7.0"], false, true);
|
|
|
runCommand("haxe", ["compile-php7.hxml"].concat(args));
|
|
|
runCommand("php", ["bin/php7/index.php"]);
|
|
|
|