From e598ff5c183f62dc3ef67e99694fd141f9db3f9c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Go=C5=82=C4=99biowski?= Date: Fri, 13 Nov 2015 20:38:55 +0100 Subject: [PATCH] Build: Remove jQuery Compat from available options --- Gruntfile.js | 6 ++---- test/index.html | 2 +- 2 files changed, 3 insertions(+), 5 deletions(-) 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",