ソースを参照

[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);
 		}