From 017bb979f6744f2209fd186d5897a743fcafdccf Mon Sep 17 00:00:00 2001 From: Michał Gołębiowski Date: Mon, 31 Oct 2016 17:29:15 +0100 Subject: 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. Closes gh-1765 --- build/tasks/testswarm.js | 6 ------ 1 file changed, 6 deletions(-) (limited to 'build') diff --git a/build/tasks/testswarm.js b/build/tasks/testswarm.js index a4c370499..b7f8d33bf 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 + ")"; } -- cgit v1.2.3