From 09813a0b56d814de77dc7c2d713df979edc0f2a7 Mon Sep 17 00:00:00 2001 From: Dave Methvin Date: Tue, 22 Mar 2016 20:14:35 -0400 Subject: [PATCH] Build: Only support jQuery 3.0 and master --- Gruntfile.js | 9 ++++----- test/index.html | 8 +++----- 2 files changed, 7 insertions(+), 10 deletions(-) diff --git a/Gruntfile.js b/Gruntfile.js index 5a67fa21..564f8498 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -31,11 +31,10 @@ module.exports = function( grunt ) { ], tests: { "jquery": [ - "dev+2.x-git", - "min+2.x-git.min", - "dev+2.2.2", - "dev+1.x-git", - "dev+1.12.2" + "dev+git", + "min+git.min", + "dev+3.0.0", + "dev+3.0.0.min" ] }, banners: { diff --git a/test/index.html b/test/index.html index f8ca91f8..f577bd1f 100644 --- a/test/index.html +++ b/test/index.html @@ -3,8 +3,6 @@ jQuery Migrate Test Suite - - @@ -17,14 +15,14 @@ TestManager.init({ "jquery": { urlTag: "jquery", - choices: "dev,min,git,2.2.1,2.1.4,2.0.3,1.12.1,1.11.3,1.10.2,1.9.1,1.8.3,1.7.2,1.6.4" + choices: "dev,min,git,3.0.0" }, "jquery-migrate": { urlTag: "plugin", - choices: "dev,min,git,1.0.0,1.1.1,1.2.1" + choices: "dev,min,git,3.0.0" } }); - TestManager.loadProject( "jquery", "2.x-git" ); + TestManager.loadProject( "jquery", "git" ); // Close this script tag so file will load