From 4c7250cf2fc3aa32f5f2aa0714e9f08eb4bc546c Mon Sep 17 00:00:00 2001 From: =?utf8?q?Micha=C5=82=20Go=C5=82e=CC=A8biowski?= Date: Mon, 27 Jan 2014 22:02:30 +0100 Subject: [PATCH] Build: Specify browserSets for TestSwarm directly --- build/tasks/testswarm.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/tasks/testswarm.js b/build/tasks/testswarm.js index 9b6530bba..a6015c34d 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: config.browserSets + browserSets: [ "popular", "ios" ] }, function( err, passed ) { if ( err ) { grunt.log.error( err ); -- 2.39.5