소스 검색

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",