浏览代码

[TEMPORARY] use array_reduce hxcpp branch to make Travis tests pass

Dan Korostelev 9 年之前
父节点
当前提交
50b9e46636
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      tests/RunCi.hx

+ 1 - 1
tests/RunCi.hx

@@ -378,7 +378,7 @@ class RunCi {
 			getHaxelibPath("hxcpp");
 			infoMsg('hxcpp has already been installed.');
 		} catch(e:Dynamic) {
-			haxelibInstallGit("HaxeFoundation", "hxcpp", true);
+			haxelibInstallGit("nadako", "hxcpp", "array_reduce", true);
 			var oldDir = Sys.getCwd();
 			changeDirectory(getHaxelibPath("hxcpp") + "tools/hxcpp/");
 			runCommand("haxe", ["compile.hxml"]);