فهرست منبع

don't get OpenFL dependencies

Simon Krajewski 11 سال پیش
والد
کامیت
ae1b39cff5
1فایلهای تغییر یافته به همراه4 افزوده شده و 4 حذف شده
  1. 4 4
      tests/RunTravis.hx

+ 4 - 4
tests/RunTravis.hx

@@ -279,7 +279,7 @@ class RunTravis {
 			case "Mac":
 				//pass
 		}
-		
+
 
 		//install and build hxcpp
 		haxelibInstallGit("HaxeFoundation", "hxcpp", true);
@@ -311,7 +311,7 @@ class RunTravis {
 			case "Mac":
 				runCommand("brew", ["install", "mono"], true);
 		}
-		
+
 		haxelibInstallGit("HaxeFoundation", "hxcs", true);
 	}
 
@@ -349,7 +349,7 @@ class RunTravis {
 			case "Mac":
 				runCommand("brew", ["install", "python3"], true);
 		}
-		
+
 		runCommand("python3", ["-V"]);
 	}
 
@@ -491,7 +491,7 @@ class RunTravis {
 				getCsDependencies();
 				getPythonDependencies();
 				getCppDependencies();
-				getOpenFLDependencies();
+				//getOpenFLDependencies();
 
 				testPolygonalDs();
 				if (systemName == "Linux") testFlambe();