Skip to content

Commit

Permalink
Build: Specify browserSets for TestSwarm directly
Browse files Browse the repository at this point in the history
  • Loading branch information
mgol committed Jan 27, 2014
1 parent b2eb7ec commit 53e31f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/tasks/testswarm.js
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ module.exports = function( grunt ) {
name: jobName, name: jobName,
runs: runs, runs: runs,
runMax: config.runMax, runMax: config.runMax,
browserSets: "popular-no-old-ie" browserSets: [ "popular-no-old-ie", "ios" ]
}, function( err, passed ) { }, function( err, passed ) {
if ( err ) { if ( err ) {
grunt.log.error( err ); grunt.log.error( err );
Expand Down

0 comments on commit 53e31f4

Please sign in to comment.