]> source.dussan.org Git - jquery-ui.git/commitdiff
Build: Don't run tests on IE 8 with jQuery Core 2 and newer
authorMichał Gołębiowski <m.goleb@gmail.com>
Wed, 25 May 2016 20:29:04 +0000 (22:29 +0200)
committerScott González <scott.gonzalez@gmail.com>
Wed, 25 May 2016 20:42:29 +0000 (16:42 -0400)
Closes gh-1706

build/tasks/testswarm.js

index ce602749df347e97331d349fca3d4176a735faf6..ac3b17ad40db894f27c6eb9d04d970f73c07f89e 100644 (file)
@@ -47,8 +47,8 @@ function submit( commit, runs, configFile, extra, done ) {
 
        if ( extra ) {
 
-               // jquery-git doesn't support IE 8.
-               if ( extra === "core git" ) {
+               // jQuery >= 2.0.0 don't support IE 8.
+               if ( extra.substring( 0, 6 ) !== "core 1" ) {
                        browserSets = "jquery-ui-future";
                }