Browse Source

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

Dan Korostelev 9 years ago
parent
commit
50b9e46636
1 changed files with 1 additions and 1 deletions
  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"]);