Browse Source

still broken, still no idea

Simon Krajewski 11 years ago
parent
commit
e87a5e2753
1 changed files with 8 additions and 7 deletions
  1. 8 7
      tests/RunTravis.hx

+ 8 - 7
tests/RunTravis.hx

@@ -395,13 +395,14 @@ class RunTravis {
 				haxelibRun(["dox", "-o", "bin/api.zip", "-i", "bin/xml"]);
 
 				//BYTECODE
-				if (Sys.getEnv("TRAVIS") == "true") {
-					changeDirectory(repoDir);
-					runCommand("make", ["BYTECODE=1"]);
-					runCommand("sudo", ["make", "install"]);
-					changeDirectory(unitDir);
-					runCommand("haxe", ["compile-macro.hxml"]);
-				}
+				// disabled until https://github.com/HaxeFoundation/haxe/issues/3184 is resolved
+				//if (Sys.getEnv("TRAVIS") == "true") {
+					//changeDirectory(repoDir);
+					//runCommand("make", ["BYTECODE=1"]);
+					//runCommand("sudo", ["make", "install"]);
+					//changeDirectory(unitDir);
+					//runCommand("haxe", ["compile-macro.hxml"]);
+				//}
 			case Neko:
 				runCommand("haxe", ["compile-neko.hxml"]);
 				runCommand("neko", ["unit.n"]);