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

+ 1 - 1
tests/RunTravis.hx

@@ -394,7 +394,7 @@ class RunTravis {
 				//BYTECODE
 				if (Sys.getEnv("TRAVIS") == "true") {
 					changeDirectory(repoDir);
-					runCommand("make", []);
+					runCommand("make", ["BYTECODE=1"]);
 					runCommand("sudo", ["make", "install"]);
 					changeDirectory(unitDir);
 					runCommand("haxe", ["compile-macro.hxml"]);