mirror of
https://github.com/jquery/jquery-ui.git
synced 2024-11-21 11:04:24 +00:00
Tests: Add jQuery 3.0.0 to missing systems
This commit is contained in:
parent
ba91b324ab
commit
dc8b1c8bb9
@ -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",
|
||||
|
@ -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 = {
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user