From 4b67e0897df5302717a3a686507c7df4756e703e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Go=C5=82e=CC=A8biowski?= Date: Mon, 31 Oct 2016 17:29:15 +0100 Subject: [PATCH] Build: Stop using the jquery-ui-future browser set jQuery UI now doesn't support browsers not suspported by latest jQuery so separating the browser sets no longer makes sense. --- build/tasks/testswarm.js | 6 ------ 1 file changed, 6 deletions(-) diff --git a/build/tasks/testswarm.js b/build/tasks/testswarm.js index daf36838e..45792fa05 100644 --- a/build/tasks/testswarm.js +++ b/build/tasks/testswarm.js @@ -51,12 +51,6 @@ function submit( commit, runs, configFile, extra, done ) { commitUrl = "https://github.com/jquery/jquery-ui/commit/" + commit; if ( extra ) { - - // jQuery >= 2.0.0 don't support IE 8. - if ( extra.substring( 0, 6 ) !== "core 1" ) { - browserSets = "jquery-ui-future"; - } - extra = " (" + extra + ")"; }