Build: Specify browserSets for TestSwarm directly

This commit is contained in:
Michał Gołębiowski 2014-01-27 22:02:30 +01:00
parent 3c6cf3d62d
commit 4c7250cf2f

View File

@ -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 );