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 ] );
|
testUrls.push( testBase + tests[ test ] );
|
||||||
}
|
}
|
||||||
testswarm({
|
testswarm({
|
||||||
url: "http://swarm.jquery.org/api.php?",
|
url: "http://swarm.jquery.org/",
|
||||||
pollInterval: 2000,
|
pollInterval: 5000,
|
||||||
done: this.async()
|
done: this.async()
|
||||||
}, {
|
}, {
|
||||||
authUsername: "jqueryui",
|
authUsername: "jqueryui",
|
||||||
|
@ -32,7 +32,7 @@
|
|||||||
"grunt-html": "0.1.1",
|
"grunt-html": "0.1.1",
|
||||||
"request": "2.9.153",
|
"request": "2.9.153",
|
||||||
"rimraf": "2.0.1",
|
"rimraf": "2.0.1",
|
||||||
"testswarm": "latest"
|
"testswarm": "0.2.0"
|
||||||
},
|
},
|
||||||
"keywords": []
|
"keywords": []
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user