aboutsummaryrefslogtreecommitdiffstats
path: root/Gruntfile.js
diff options
context:
space:
mode:
authorRick Waldron <waldron.rick@gmail.com>2012-12-31 13:10:05 -0500
committerRick Waldron <waldron.rick@gmail.com>2012-12-31 13:10:05 -0500
commitdf7431b7dd4ce662871dc112b0a6e61bfa6da8f9 (patch)
tree62117f4f3e113bd72844d2fba3a6a1f3dbb5bc2e /Gruntfile.js
parent960911e60826163f8e36971213c20bde7f5864ad (diff)
downloadjquery-df7431b7dd4ce662871dc112b0a6e61bfa6da8f9.tar.gz
jquery-df7431b7dd4ce662871dc112b0a6e61bfa6da8f9.zip
Set testswarm browsersets to "popular-no-old-ie"
Signed-off-by: Rick Waldron <waldron.rick@gmail.com>
Diffstat (limited to 'Gruntfile.js')
-rw-r--r--Gruntfile.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/Gruntfile.js b/Gruntfile.js
index ea51d180a..12f2177f2 100644
--- a/Gruntfile.js
+++ b/Gruntfile.js
@@ -138,7 +138,7 @@ module.exports = function( grunt ) {
runMax: config.runMax,
"runNames[]": tests,
"runUrls[]": testUrls,
- "browserSets[]": config.browserSets
+ "browserSets[]": "popular-no-old-ie"
});
});