From 992652bbd25c12b12eeec8fa4755cbf5ca09dc6c Mon Sep 17 00:00:00 2001 From: Kevin Brown Date: Wed, 11 Mar 2015 19:26:30 -0400 Subject: [PATCH] Expand IE testing Now that our tests are using jQuery 1.7.2 we can run our tests on IE8 automatically. --- Gruntfile.js | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/Gruntfile.js b/Gruntfile.js index 8c8f3ed4..259c636c 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -98,6 +98,10 @@ module.exports = function (grunt) { urls: testUrls, testname: 'QUnit test for Select2', browsers: [ + { + browserName: 'internet explorer', + version: '8' + }, { browserName: 'internet explorer', version: '9' @@ -106,6 +110,10 @@ module.exports = function (grunt) { browserName: 'internet explorer', version: '10' }, + { + browserName: 'internet explorer', + version: '11' + }, { browserName: 'firefox'