mirror of
https://github.com/jquery/jquery.git
synced 2024-11-23 02:54:22 +00:00
Build: Specify browserSets for TestSwarm directly
This commit is contained in:
parent
3c6cf3d62d
commit
4c7250cf2f
@ -38,7 +38,7 @@ module.exports = function( grunt ) {
|
|||||||
name: jobName,
|
name: jobName,
|
||||||
runs: runs,
|
runs: runs,
|
||||||
runMax: config.runMax,
|
runMax: config.runMax,
|
||||||
browserSets: config.browserSets
|
browserSets: [ "popular", "ios" ]
|
||||||
}, function( err, passed ) {
|
}, function( err, passed ) {
|
||||||
if ( err ) {
|
if ( err ) {
|
||||||
grunt.log.error( err );
|
grunt.log.error( err );
|
||||||
|
Loading…
Reference in New Issue
Block a user