mirror of
https://github.com/jquery/jquery-ui.git
synced 2024-11-21 11:04:24 +00:00
Grunt: Update to node-testswarm 0.2.0
This commit is contained in:
parent
aacdccc394
commit
7012ba69a8
4
grunt.js
4
grunt.js
@ -369,8 +369,8 @@ grunt.registerTask( "testswarm", function( commit, authToken ) {
|
||||
testUrls.push( testBase + tests[ test ] );
|
||||
}
|
||||
testswarm({
|
||||
url: "http://swarm.jquery.org/api.php?",
|
||||
pollInterval: 2000,
|
||||
url: "http://swarm.jquery.org/",
|
||||
pollInterval: 5000,
|
||||
done: this.async()
|
||||
}, {
|
||||
authUsername: "jqueryui",
|
||||
|
@ -32,7 +32,7 @@
|
||||
"grunt-html": "0.1.1",
|
||||
"request": "2.9.153",
|
||||
"rimraf": "2.0.1",
|
||||
"testswarm": "latest"
|
||||
"testswarm": "0.2.0"
|
||||
},
|
||||
"keywords": []
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user