Simon Krajewski 11 ani în urmă
părinte
comite
0b26979052
1 a modificat fișierele cu 3 adăugiri și 3 ștergeri
  1. 3 3
      tests/RunTravis.hx

+ 3 - 3
tests/RunTravis.hx

@@ -428,8 +428,8 @@ class RunTravis {
 				testFlambe();
 				testHxTemplo();
 				testMUnit();
-				testOpenflSamples();
-				testFlixelDemos();
+				//testOpenflSamples();
+				//testFlixelDemos();
 			case t:
 				throw "unknown target: " + t;
 		}
@@ -508,7 +508,7 @@ class RunTravis {
 		var path = getHaxelibPath("openfl-samples");
 		var old = Sys.getEnv("pwd");
 		Sys.putEnv("pwd", path);
-		//parseTravisFile(haxe.io.Path.join([path, ".travis.yml"]), true);
+		parseTravisFile(haxe.io.Path.join([path, ".travis.yml"]), true);
 		if (old != null) {
 			Sys.putEnv("pwd", old);
 		}