diff --git a/build/tasks/testswarm.js b/build/tasks/testswarm.js index 9b6530bba..a6015c34d 100644 --- a/build/tasks/testswarm.js +++ b/build/tasks/testswarm.js @@ -38,7 +38,7 @@ module.exports = function( grunt ) { name: jobName, runs: runs, runMax: config.runMax, - browserSets: config.browserSets + browserSets: [ "popular", "ios" ] }, function( err, passed ) { if ( err ) { grunt.log.error( err );