Skip to content

Commit

Permalink
part 2
Browse files Browse the repository at this point in the history
  • Loading branch information
Simn committed Jul 19, 2014
1 parent 38d2ccd commit e804586
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/RunTravis.hx
Original file line number Diff line number Diff line change
Expand Up @@ -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"]);
Expand Down

0 comments on commit e804586

Please sign in to comment.