Skip to content

Commit c069f3d

Browse files
committed
Build: Switch to renamed TestSwarm browserSet
(cherry picked from commit 7c3b05c)
1 parent 544ba55 commit c069f3d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build/tasks/testswarm.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ function submit( commit, runs, configFile, extra, done ) {
6262
name: "Commit <a href='" + commitUrl + "'>" + commit.substr( 0, 10 ) + "</a>" + extra,
6363
runs: runs,
6464
runMax: config.runMax,
65-
browserSets: ["popular-no-ie6"]
65+
browserSets: ["popular-ui"]
6666
}, function( error, passed ) {
6767
if ( error ) {
6868
grunt.log.error( error );

0 commit comments

Comments
 (0)