diff options
author | Scott González <scott.gonzalez@gmail.com> | 2012-07-09 12:57:28 -0400 |
---|---|---|
committer | Scott González <scott.gonzalez@gmail.com> | 2012-07-09 12:57:28 -0400 |
commit | 0fc3afb2a168eef501b272ea45dc4758d007bf74 (patch) | |
tree | 791e4c29810ab7d177121a682c39cdd05d72fe78 /build | |
parent | 1991a9073d746757179353ed1529f597d95e54b9 (diff) | |
download | jquery-ui-0fc3afb2a168eef501b272ea45dc4758d007bf74.tar.gz jquery-ui-0fc3afb2a168eef501b272ea45dc4758d007bf74.zip |
Tests: Add jQuery 1.6.2 to testswarm-multi-jquery grunt task.
Diffstat (limited to 'build')
-rw-r--r-- | build/tasks/testswarm.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build/tasks/testswarm.js b/build/tasks/testswarm.js index 118887ca6..c0244ebad 100644 --- a/build/tasks/testswarm.js +++ b/build/tasks/testswarm.js @@ -63,7 +63,7 @@ grunt.registerTask( "testswarm", function( commit, configFile ) { grunt.registerTask( "testswarm-multi-jquery", function( commit, configFile ) { var allTests = {}; - "1.6 1.6.1 1.6.3 1.6.4 1.7 1.7.1 1.7.2 git".split(" ").forEach(function( version ) { + "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 ) { for ( var test in tests ) { allTests[ test + "-" + version ] = tests[ test ] + "?nojshint=true&jquery=" + version; } |