Skip to content

Commit 53e31f4

Browse files
committed
Build: Specify browserSets for TestSwarm directly
1 parent b2eb7ec commit 53e31f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build/tasks/testswarm.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ module.exports = function( grunt ) {
3838
name: jobName,
3939
runs: runs,
4040
runMax: config.runMax,
41-
browserSets: "popular-no-old-ie"
41+
browserSets: [ "popular-no-old-ie", "ios" ]
4242
}, function( err, passed ) {
4343
if ( err ) {
4444
grunt.log.error( err );

0 commit comments

Comments
 (0)