Tests: Stop testing against core 1.10.1 on testswarm

Fixes #12745
This commit is contained in:
Alexander Schmitz 2015-05-20 14:33:55 -04:00
parent 6fd9fc92a3
commit c2224bf5dc

View File

@ -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"