Skip to content

Commit 96c9754

Browse files
committed
Build: Add jQuery 3.x-git to versions available in TestSwarm
1 parent b2574c1 commit 96c9754

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

build/tasks/testswarm.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ module.exports = function( grunt ) {
44

55
var versions = {
66
"git": "git",
7+
"3.x-git": "3.x-git",
78
"3.4": "3.4.1",
89
"3.3": "3.3.1",
910
"3.2": "3.2.1",

tests/unit/subsuite.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ var versions = [
1515
"3.2.0", "3.2.1",
1616
"3.3.0", "3.3.1",
1717
"3.4.0", "3.4.1",
18-
"git", "custom"
18+
"3.x-git", "git", "custom"
1919
],
2020
additionalTests = {
2121

0 commit comments

Comments
 (0)