浏览代码

TravisCI: enable testing iOS 7 and 7.1 on SauceLabs.

Andy Li 11 年之前
父节点
当前提交
03493560c4
共有 1 个文件被更改,包括 12 次插入6 次删除
  1. 12 6
      tests/unit/RunSauceLabs.hx

+ 12 - 6
tests/unit/RunSauceLabs.hx

@@ -79,12 +79,18 @@ class RunSauceLabs {
 				"version": "6.1",
 				"device-orientation": "portrait"
 			},
-			// {
-			// 	"browserName": "iphone",
-			// 	"platform": "OS X 10.9",
-			// 	"version": "7",
-			// 	"device-orientation": "portrait"
-			// },
+			{
+				"browserName": "iphone",
+				"platform": "OS X 10.9",
+				"version": "7",
+				"device-orientation": "portrait"
+			},
+			{
+				"browserName": "iphone",
+				"platform": "OS X 10.9",
+				"version": "7.1",
+				"device-orientation": "portrait"
+			},
 			{
 				"browserName": "android",
 				"platform": "Linux",