diff --git a/Gruntfile.js b/Gruntfile.js index c358ad98..c165b01a 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -32,9 +32,7 @@ module.exports = function(grunt) { "src/outro.js" ], tests: { - "jquery-compat": [ - "dev+compat-git", - "min+compat-git", + "jquery-1": [ "dev+1.11.1", "dev+1.10.2", "dev+1.9.1", @@ -156,7 +154,7 @@ module.exports = function(grunt) { plugin_jquery[0] + "&jquery=" + plugin_jquery[1]; }); - // TODO: create separate job for compat-git/git so we can do different browsersets + // TODO: create separate job for git so we can do different browsersets testswarm.createClient( { url: config.swarmUrl } ) diff --git a/test/index.html b/test/index.html index e9420e76..ec86b5bd 100644 --- a/test/index.html +++ b/test/index.html @@ -16,7 +16,7 @@ TestManager.init({ "jquery": { urlTag: "jquery", - choices: "dev,min,git,compat-git,2.1.3,2.0.3,1.11.2,1.10.2,1.9.1,1.8.3,1.7.2,1.6.4" + choices: "dev,min,git,2.1.3,2.0.3,1.11.2,1.10.2,1.9.1,1.8.3,1.7.2,1.6.4" }, "jquery-migrate": { urlTag: "plugin",