extra-last-resort
This commit is contained in:
parent
bf6c3c90af
commit
b559310216
@ -133,7 +133,6 @@ module.exports = function (grunt) {
|
|||||||
testTimeout: 8000,
|
testTimeout: 8000,
|
||||||
testname: 'QUnit test for Select2',
|
testname: 'QUnit test for Select2',
|
||||||
browsers: [
|
browsers: [
|
||||||
/*
|
|
||||||
{
|
{
|
||||||
browserName: 'internet explorer',
|
browserName: 'internet explorer',
|
||||||
version: '8',
|
version: '8',
|
||||||
@ -149,7 +148,7 @@ module.exports = function (grunt) {
|
|||||||
version: '10',
|
version: '10',
|
||||||
platform: 'Windows 7'
|
platform: 'Windows 7'
|
||||||
},
|
},
|
||||||
*/
|
|
||||||
{
|
{
|
||||||
browserName: 'internet explorer',
|
browserName: 'internet explorer',
|
||||||
version: '11',
|
version: '11',
|
||||||
@ -362,10 +361,13 @@ module.exports = function (grunt) {
|
|||||||
ciTasks.push('compile');
|
ciTasks.push('compile');
|
||||||
ciTasks.push('connect:tests');
|
ciTasks.push('connect:tests');
|
||||||
|
|
||||||
|
/*
|
||||||
|
// grunt-saucelabs appears to be broken with Travis altogether now.
|
||||||
// Can't run Sauce Labs tests in pull requests
|
// Can't run Sauce Labs tests in pull requests
|
||||||
if (process.env.TRAVIS_PULL_REQUEST == 'false') {
|
if (process.env.TRAVIS_PULL_REQUEST == 'false') {
|
||||||
ciTasks.push('saucelabs-qunit');
|
ciTasks.push('saucelabs-qunit');
|
||||||
}
|
}
|
||||||
|
*/
|
||||||
|
|
||||||
ciTasks.push('qunit');
|
ciTasks.push('qunit');
|
||||||
ciTasks.push('jshint');
|
ciTasks.push('jshint');
|
||||||
|
Loading…
Reference in New Issue
Block a user