We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b2eb7ec commit 53e31f4Copy full SHA for 53e31f4
build/tasks/testswarm.js
@@ -38,7 +38,7 @@ module.exports = function( grunt ) {
38
name: jobName,
39
runs: runs,
40
runMax: config.runMax,
41
- browserSets: "popular-no-old-ie"
+ browserSets: [ "popular-no-old-ie", "ios" ]
42
}, function( err, passed ) {
43
if ( err ) {
44
grunt.log.error( err );
0 commit comments