aboutsummaryrefslogtreecommitdiffstats
path: root/build/tasks/testswarm.js
diff options
context:
space:
mode:
Diffstat (limited to 'build/tasks/testswarm.js')
-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 + ")";
}