From 79c1527adcbcfec1af5d4c6f9d6960b9ba664795 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Go=C5=82e=CC=A8biowski?= Date: Wed, 31 Aug 2016 14:45:27 +0200 Subject: [PATCH] Build: test with jQuery 3.0.0 & 3.1.0 Closes gh-226 --- Gruntfile.js | 4 +++- test/testinit.js | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/Gruntfile.js b/Gruntfile.js index 2166f28e..d7bb21d7 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -37,7 +37,9 @@ module.exports = function( grunt ) { tests: { "jquery": [ "dev+git", - "min+git.min" + "min+git.min", + "dev+3.1.0", + "dev+3.0.0" ] }, banners: { diff --git a/test/testinit.js b/test/testinit.js index 3f848b28..229e9695 100644 --- a/test/testinit.js +++ b/test/testinit.js @@ -130,7 +130,7 @@ TestManager = { TestManager.init( { "jquery": { urlTag: "jquery", - choices: "dev,min,git,3.0.0" + choices: "dev,min,git,3.1.0,3.0.0" }, "jquery-migrate": { urlTag: "plugin",