浏览代码

deactivate openfl-samples tests until openfl actually runs them as well

Simon Krajewski 11 年之前
父节点
当前提交
5723a8ae94
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      tests/RunTravis.hx

+ 1 - 1
tests/RunTravis.hx

@@ -427,7 +427,7 @@ class RunTravis {
 				testFlambe();
 				testHxTemplo();
 				testMUnit();
-				testOpenflSamples();
+				//testOpenflSamples();
 				testFlixelDemos();
 			case t:
 				throw "unknown target: " + t;