Skip to content

Commit 7c3b05c

Browse files
committed
Build: Switch to renamed TestSwarm browserSet
1 parent 347c7c4 commit 7c3b05c

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
@@ -63,7 +63,7 @@ function submit( commit, runs, configFile, extra, done ) {
6363
name: "Commit <a href='" + commitUrl + "'>" + commit.substr( 0, 10 ) + "</a>" + extra,
6464
runs: runs,
6565
runMax: config.runMax,
66-
browserSets: ["popular-no-ie6"]
66+
browserSets: ["popular-ui"]
6767
}, function( error, passed ) {
6868
if ( error ) {
6969
grunt.log.error( error );

0 commit comments

Comments
 (0)