Tests: Add jQuery 3.0.0 to missing systems

This commit is contained in:
Scott González 2016-07-07 09:07:54 -04:00
parent ba91b324ab
commit dc8b1c8bb9
2 changed files with 3 additions and 1 deletions

View File

@ -4,6 +4,7 @@ module.exports = function( grunt ) {
var versions = {
"git": "git",
"3.0": "3.0.0",
"2.2": "2.2.0 2.2.1 2.2.2 2.2.3 2.2.4",
"2.1": "2.1.0 2.1.1 2.1.2 2.1.3 2.1.4",
"2.0": "2.0.0 2.0.1 2.0.3",

View File

@ -10,7 +10,8 @@ var versions = [
"2.0.0", "2.0.1", "2.0.2", "2.0.3",
"2.1.0", "2.1.1", "2.1.2", "2.1.3", "2.1.4",
"2.2.0", "2.2.1", "2.2.2", "2.2.3", "2.2.4",
"git"
"3.0.0",
"git", "custom"
],
additionalTests = {