There was an error while loading. Please reload this page.
1 parent 347c7c4 commit 7c3b05cCopy full SHA for 7c3b05c
build/tasks/testswarm.js
@@ -63,7 +63,7 @@ function submit( commit, runs, configFile, extra, done ) {
63
name: "Commit <a href='" + commitUrl + "'>" + commit.substr( 0, 10 ) + "</a>" + extra,
64
runs: runs,
65
runMax: config.runMax,
66
-browserSets: ["popular-no-ie6"]
+browserSets: ["popular-ui"]
67
}, function( error, passed ) {
68
if ( error ) {
69
grunt.log.error( error );
0 commit comments