Skip to content

Commit 7012ba6

Browse files
committed
Grunt: Update to node-testswarm 0.2.0
1 parent aacdccc commit 7012ba6

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

grunt.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -369,8 +369,8 @@ grunt.registerTask( "testswarm", function( commit, authToken ) {
369369
testUrls.push( testBase + tests[ test ] );
370370
}
371371
testswarm({
372-
url: "http://swarm.jquery.org/api.php?",
373-
pollInterval: 2000,
372+
url: "http://swarm.jquery.org/",
373+
pollInterval: 5000,
374374
done: this.async()
375375
}, {
376376
authUsername: "jqueryui",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
"grunt-html": "0.1.1",
3333
"request": "2.9.153",
3434
"rimraf": "2.0.1",
35-
"testswarm": "latest"
35+
"testswarm": "0.2.0"
3636
},
3737
"keywords": []
3838
}

0 commit comments

Comments
 (0)