From b559310216fea0bfe4fb36ac477a2cbe47478e12 Mon Sep 17 00:00:00 2001 From: alexweissman Date: Mon, 23 Oct 2017 18:59:42 -0400 Subject: [PATCH] extra-last-resort --- Gruntfile.js | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/Gruntfile.js b/Gruntfile.js index 77d4f5492c..9bf44ee303 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -133,7 +133,6 @@ module.exports = function (grunt) { testTimeout: 8000, testname: 'QUnit test for Select2', browsers: [ - /* { browserName: 'internet explorer', version: '8', @@ -149,7 +148,7 @@ module.exports = function (grunt) { version: '10', platform: 'Windows 7' }, - */ + { browserName: 'internet explorer', version: '11', @@ -362,10 +361,13 @@ module.exports = function (grunt) { ciTasks.push('compile'); ciTasks.push('connect:tests'); + /* + // grunt-saucelabs appears to be broken with Travis altogether now. // Can't run Sauce Labs tests in pull requests if (process.env.TRAVIS_PULL_REQUEST == 'false') { ciTasks.push('saucelabs-qunit'); } + */ ciTasks.push('qunit'); ciTasks.push('jshint');