diff options
author | Scott González <scott.gonzalez@gmail.com> | 2015-05-14 07:44:13 -0400 |
---|---|---|
committer | Scott González <scott.gonzalez@gmail.com> | 2015-05-14 07:44:13 -0400 |
commit | e1751383f17118d250a8ef576f3663de6ea76f36 (patch) | |
tree | 3da7789135518c9607903d2638b98f4f5a956a64 /build | |
parent | f9ad17d575c2e26555bb00b6f7c6e72d0f8c427e (diff) | |
download | jquery-ui-e1751383f17118d250a8ef576f3663de6ea76f36.tar.gz jquery-ui-e1751383f17118d250a8ef576f3663de6ea76f36.zip |
Tests: Use new jquery-compat-git and jquery-git files
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 bd5dbf73b..3d7f4e4d0 100644 --- a/build/tasks/testswarm.js +++ b/build/tasks/testswarm.js @@ -3,7 +3,7 @@ module.exports = function( grunt ) { "use strict"; var versions = { - "git1": "git1", + "compat-git": "compat-git", "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", |