aboutsummaryrefslogtreecommitdiffstats
path: root/build
diff options
context:
space:
mode:
authorScott González <scott.gonzalez@gmail.com>2012-07-09 12:57:28 -0400
committerScott González <scott.gonzalez@gmail.com>2012-07-09 12:57:28 -0400
commit0fc3afb2a168eef501b272ea45dc4758d007bf74 (patch)
tree791e4c29810ab7d177121a682c39cdd05d72fe78 /build
parent1991a9073d746757179353ed1529f597d95e54b9 (diff)
downloadjquery-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.js2
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;
}