Browse Source

try to get some builds on this branch

Simon Krajewski 8 years ago
parent
commit
fb8b3c4278
1 changed files with 1 additions and 1 deletions
  1. 1 1
      tests/RunCi.hx

+ 1 - 1
tests/RunCi.hx

@@ -755,7 +755,7 @@ class RunCi {
 		if (
 		if (
 			(gitInfo.branch == "development" ||
 			(gitInfo.branch == "development" ||
 			gitInfo.branch == "master" ||
 			gitInfo.branch == "master" ||
-			gitInfo.branch == "3.4.2_bugfix" ||
+			gitInfo.branch == "three_four_three" ||
 			gitInfo.branch == "nightly-travis") &&
 			gitInfo.branch == "nightly-travis") &&
 			Sys.getEnv("HXBUILDS_AWS_ACCESS_KEY_ID") != null &&
 			Sys.getEnv("HXBUILDS_AWS_ACCESS_KEY_ID") != null &&
 			Sys.getEnv("HXBUILDS_AWS_SECRET_ACCESS_KEY") != null &&
 			Sys.getEnv("HXBUILDS_AWS_SECRET_ACCESS_KEY") != null &&