mirror of
https://github.com/jquery/jquery.git
synced 2026-02-01 15:15:00 -05:00
Build: Specify browserSets for TestSwarm directly
This commit is contained in:
@@ -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 );
|
||||
|
||||
Reference in New Issue
Block a user