Skip to content
This repository was archived by the owner on Aug 14, 2021. It is now read-only.

Commit 57e8a12

Browse files
committed
Test with ms edge and os x 10.11
1 parent c6b842d commit 57e8a12

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Gruntfile.coffee

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,9 +93,11 @@ module.exports = (grunt) ->
9393
{ browserName: "internet explorer", version: "9", platform: "Windows 7" }
9494
{ browserName: "internet explorer", version: "10", platform: "Windows 8" }
9595
{ browserName: "internet explorer", version: "11", platform: "Windows 8.1" }
96+
{ browserName: "microsoftedge", platform: "Windows 10" }
9697
{ browserName: "safari", version: "6", platform: "OS X 10.8" }
9798
{ browserName: "safari", version: "7", platform: "OS X 10.9" }
9899
{ browserName: "safari", version: "8", platform: "OS X 10.10" }
100+
{ browserName: "safari", version: "8.1", platform: "OS X 10.11" }
99101
]
100102
testname: "jquery.ui-contextmenu qunit tests (jQuery UI 10)"
101103
ui: # UI Menu 11+ dropped support for IE7

0 commit comments

Comments
 (0)