diff options
author | Alexander Schmitz <arschmitz@gmail.com> | 2015-05-20 14:33:55 -0400 |
---|---|---|
committer | Alexander Schmitz <arschmitz@gmail.com> | 2015-05-20 14:39:00 -0400 |
commit | c2224bf5dc418c84c185844611786b9ccfb869a7 (patch) | |
tree | 721534b2a5a4ddc7d4eea31a15dfebbc63d1b530 /build | |
parent | 6fd9fc92a372e222e3543f52979c601ac88ad81e (diff) | |
download | jquery-ui-c2224bf5dc418c84c185844611786b9ccfb869a7.tar.gz jquery-ui-c2224bf5dc418c84c185844611786b9ccfb869a7.zip |
Tests: Stop testing against core 1.10.1 on testswarm
Fixes #12745
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 4df4782f0..3aca0e7b2 100644 --- a/build/tasks/testswarm.js +++ b/build/tasks/testswarm.js @@ -5,7 +5,7 @@ module.exports = function( grunt ) { var versions = { "compat-git": "compat-git", "1.11": "1.11.0 1.11.1 1.11.2 1.11.3", - "1.10": "1.10.0 1.10.1 1.10.2", + "1.10": "1.10.0 1.10.2", "1.9": "1.9.0 1.9.1", "1.8": "1.8.0 1.8.1 1.8.2 1.8.3", "1.7": "1.7.0 1.7.1 1.7.2" |