Skip to content

Commit 0fc3afb

Browse files
committed
Tests: Add jQuery 1.6.2 to testswarm-multi-jquery grunt task.
1 parent 1991a90 commit 0fc3afb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build/tasks/testswarm.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ grunt.registerTask( "testswarm", function( commit, configFile ) {
6363

6464
grunt.registerTask( "testswarm-multi-jquery", function( commit, configFile ) {
6565
var allTests = {};
66-
"1.6 1.6.1 1.6.3 1.6.4 1.7 1.7.1 1.7.2 git".split(" ").forEach(function( version ) {
66+
"1.6 1.6.1 1.6.2 1.6.3 1.6.4 1.7 1.7.1 1.7.2 git".split(" ").forEach(function( version ) {
6767
for ( var test in tests ) {
6868
allTests[ test + "-" + version ] = tests[ test ] + "?nojshint=true&jquery=" + version;
6969
}

0 commit comments

Comments
 (0)