]> source.dussan.org Git - jquery-ui.git/commitdiff
Tests: Add jQuery 3.0.0 to missing systems
authorScott González <scott.gonzalez@gmail.com>
Thu, 7 Jul 2016 13:07:54 +0000 (09:07 -0400)
committerScott González <scott.gonzalez@gmail.com>
Thu, 7 Jul 2016 13:07:54 +0000 (09:07 -0400)
build/tasks/testswarm.js
tests/unit/subsuite.js

index bcbd122120f66e8421eae64cf4711c7c31871bb7..68e5e3e288c8210e708e65c333b2e34999e5c1a0 100644 (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",
index 18fa53e98c2e2bc6f70ed56377e8a4b93b1595be..c758688385021c12ca30056ac12fba11cab72a19 100644 (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 = {