diff options
author | Scott González <scott.gonzalez@gmail.com> | 2015-03-10 14:19:16 -0400 |
---|---|---|
committer | Scott González <scott.gonzalez@gmail.com> | 2015-03-11 08:39:31 -0400 |
commit | 08eb8445521c2792bd4940237534c60d96500979 (patch) | |
tree | 19fccb8186cb8698d1dc26178f2c6366a0b28eb6 /build/tasks | |
parent | ea999e4776bb0fe67b1eff702f09fc5cb878bfe0 (diff) | |
download | jquery-ui-08eb8445521c2792bd4940237534c60d96500979.tar.gz jquery-ui-08eb8445521c2792bd4940237534c60d96500979.zip |
Tests: Use jquery-git1 instead of jquery-git
Closes gh-1480
Diffstat (limited to 'build/tasks')
-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 73817abfa..bd5dbf73b 100644 --- a/build/tasks/testswarm.js +++ b/build/tasks/testswarm.js @@ -3,7 +3,7 @@ module.exports = function( grunt ) { "use strict"; var versions = { - "git": "git", + "git1": "git1", "1.11": "1.11.0 1.11.1 1.11.2", "1.10": "1.10.0 1.10.1 1.10.2", "1.9": "1.9.0 1.9.1", |