mirror of
https://github.com/jquery/jquery-ui.git
synced 2026-04-20 03:02:41 -04:00
Tests: Add jQuery 3.0.0 to missing systems
This commit is contained in:
@@ -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 = {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user