Skip to content

Commit 992652b

Browse files
committed
Expand IE testing
Now that our tests are using jQuery 1.7.2 we can run our tests on IE8 automatically.
1 parent b9b55ce commit 992652b

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

Gruntfile.js

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,10 @@ module.exports = function (grunt) {
9898
urls: testUrls,
9999
testname: 'QUnit test for Select2',
100100
browsers: [
101+
{
102+
browserName: 'internet explorer',
103+
version: '8'
104+
},
101105
{
102106
browserName: 'internet explorer',
103107
version: '9'
@@ -106,6 +110,10 @@ module.exports = function (grunt) {
106110
browserName: 'internet explorer',
107111
version: '10'
108112
},
113+
{
114+
browserName: 'internet explorer',
115+
version: '11'
116+
},
109117

110118
{
111119
browserName: 'firefox'

0 commit comments

Comments
 (0)