We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b2574c1 commit 96c9754Copy full SHA for 96c9754
build/tasks/testswarm.js
@@ -4,6 +4,7 @@ module.exports = function( grunt ) {
4
5
var versions = {
6
"git": "git",
7
+ "3.x-git": "3.x-git",
8
"3.4": "3.4.1",
9
"3.3": "3.3.1",
10
"3.2": "3.2.1",
tests/unit/subsuite.js
@@ -15,7 +15,7 @@ var versions = [
15
"3.2.0", "3.2.1",
16
"3.3.0", "3.3.1",
17
"3.4.0", "3.4.1",
18
- "git", "custom"
+ "3.x-git", "git", "custom"
19
],
20
additionalTests = {
21
0 commit comments