浏览代码

[TravisCI] homebrew/homebrew-php was deprecated.

Andy Li 7 年之前
父节点
当前提交
442200db50
共有 1 个文件被更改,包括 1 次插入2 次删除
  1. 1 2
      tests/runci/targets/Php.hx

+ 1 - 2
tests/runci/targets/Php.hx

@@ -21,8 +21,7 @@ class Php {
 			case "Linux":
 				runCommand("phpenv", ["global", "7.0"], false, true);
 			case "Mac":
-				runCommand("brew", ["tap", "homebrew/homebrew-php"], true);
-				runCommand("brew", ["install", "php71"], true);
+				runCommand("brew", ["install", "php"], true);
 			case "Windows":
 				runCommand("cinst", ["php", "-version", "7.1.8", "-y"], true);
 		}