Build: Specify browserSets for TestSwarm directly

This commit is contained in:
Michał Gołębiowski 2014-01-27 22:01:15 +01:00
parent b2eb7ec0f0
commit 53e31f478e

View File

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