Skip to content

Commit 54a4a22

Browse files
committed
Build: test with jQuery 3.0.0 & 3.1.0
1 parent 057e1f4 commit 54a4a22

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

Gruntfile.js

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,9 @@ module.exports = function( grunt ) {
3737
tests: {
3838
"jquery": [
3939
"dev+git",
40-
"min+git.min"
40+
"min+git.min",
41+
"dev+3.0.0",
42+
"dev+3.1.0"
4143
]
4244
},
4345
banners: {

test/testinit.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ TestManager = {
130130
TestManager.init( {
131131
"jquery": {
132132
urlTag: "jquery",
133-
choices: "dev,min,git,3.0.0"
133+
choices: "dev,min,git,3.1.0,3.0.0"
134134
},
135135
"jquery-migrate": {
136136
urlTag: "plugin",

0 commit comments

Comments
 (0)