From: Alexander Schmitz Date: Wed, 20 May 2015 18:33:55 +0000 (-0400) Subject: Tests: Stop testing against core 1.10.1 on testswarm X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=9beaf63d6b861594356356fc41284584f9e58395;p=jquery-ui.git Tests: Stop testing against core 1.10.1 on testswarm Fixes #12745 (cherry picked from commit c2224bf5dc418c84c185844611786b9ccfb869a7) --- diff --git a/build/tasks/testswarm.js b/build/tasks/testswarm.js index a23214e6d..32d93756c 100644 --- a/build/tasks/testswarm.js +++ b/build/tasks/testswarm.js @@ -4,7 +4,7 @@ module.exports = function( grunt ) { var versions = { "git": "git", - "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",