Skip to content

Commit

Permalink
Build: Switch to renamed TestSwarm browserSet
Browse files Browse the repository at this point in the history
  • Loading branch information
jzaefferer committed Feb 19, 2014
1 parent 347c7c4 commit 7c3b05c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/tasks/testswarm.js
Expand Up @@ -63,7 +63,7 @@ function submit( commit, runs, configFile, extra, done ) {
name: "Commit <a href='" + commitUrl + "'>" + commit.substr( 0, 10 ) + "</a>" + extra, name: "Commit <a href='" + commitUrl + "'>" + commit.substr( 0, 10 ) + "</a>" + extra,
runs: runs, runs: runs,
runMax: config.runMax, runMax: config.runMax,
browserSets: ["popular-no-ie6"] browserSets: ["popular-ui"]
}, function( error, passed ) { }, function( error, passed ) {
if ( error ) { if ( error ) {
grunt.log.error( error ); grunt.log.error( error );
Expand Down

0 comments on commit 7c3b05c

Please sign in to comment.