aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichał Gołębiowski <m.goleb@gmail.com>2014-01-27 22:01:15 +0100
committerMichał Gołębiowski <m.goleb@gmail.com>2014-01-27 22:01:15 +0100
commit53e31f478e1d88d056aa52f6575d200fe3dcf047 (patch)
tree96439c831f4adbf5e8544954daa03834a6728446
parentb2eb7ec0f0ee6f8a67680f024e778b960b05e722 (diff)
downloadjquery-53e31f478e1d88d056aa52f6575d200fe3dcf047.tar.gz
jquery-53e31f478e1d88d056aa52f6575d200fe3dcf047.zip
Build: Specify browserSets for TestSwarm directly
-rw-r--r--build/tasks/testswarm.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/build/tasks/testswarm.js b/build/tasks/testswarm.js
index 449963818..7907d0f12 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: "popular-no-old-ie"
+ browserSets: [ "popular-no-old-ie", "ios" ]
}, function( err, passed ) {
if ( err ) {
grunt.log.error( err );