Skip to content

Commit

Permalink
extra-last-resort
Browse files Browse the repository at this point in the history
  • Loading branch information
alexweissman authored and vedanshujain committed Jun 21, 2018
1 parent 04cff58 commit 9057335
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions Gruntfile.js
Expand Up @@ -167,7 +167,6 @@ module.exports = function (grunt) {
testTimeout: 8000,
testname: 'QUnit test for Select2',
browsers: [
/*
{
browserName: 'internet explorer',
version: '8',
Expand All @@ -183,7 +182,7 @@ module.exports = function (grunt) {
version: '10',
platform: 'Windows 7'
},
*/

{
browserName: 'internet explorer',
version: '11',
Expand Down Expand Up @@ -442,10 +441,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');
Expand Down

0 comments on commit 9057335

Please sign in to comment.