From 42118668131e5f6e1dc15427efa69a1fca30a7a1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rn=20Zaefferer?= Date: Fri, 26 Oct 2012 11:09:26 -0400 Subject: [PATCH] Build: Switch to new browserSet, no IE6 anymore --- build/tasks/testswarm.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build/tasks/testswarm.js b/build/tasks/testswarm.js index 21b644a52..808c10eb8 100644 --- a/build/tasks/testswarm.js +++ b/build/tasks/testswarm.js @@ -51,9 +51,9 @@ function submit( commit, tests, configFile, version, done ) { authToken: config.authToken, jobName: 'jQuery UI ' + version + '#' + commit.substr( 0, 10 ) + '', runMax: config.runMax, - "runNames[]": Object.keys(tests), + "runNames[]": Object.keys( tests ), "runUrls[]": testUrls, - "browserSets[]": ["popular"] + "browserSets[]": [ "popular-no-ie6" ] }); }