aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichał Gołębiowski <m.goleb@gmail.com>2016-10-31 17:29:15 +0100
committerScott González <scott.gonzalez@gmail.com>2016-11-02 12:53:30 -0400
commit017bb979f6744f2209fd186d5897a743fcafdccf (patch)
tree09c898af30072a58eee55ed5b24293b380c67141
parent4673c8808b8b08302268de7961d9a772c29af47a (diff)
downloadjquery-ui-017bb979f6744f2209fd186d5897a743fcafdccf.tar.gz
jquery-ui-017bb979f6744f2209fd186d5897a743fcafdccf.zip
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
-rw-r--r--build/tasks/testswarm.js6
1 files changed, 0 insertions, 6 deletions
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 + ")";
}