aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--grunt.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/grunt.js b/grunt.js
index fef2d796b..430679d02 100644
--- a/grunt.js
+++ b/grunt.js
@@ -372,7 +372,7 @@ grunt.registerTask( "testswarm", function( commit, configFile ) {
"Widget": "widget/widget.html"
};
for (test in tests) {
- testUrls.push( testBase + tests[ test ] );
+ testUrls.push( testBase + tests[ test ] + "?nojshint=true" );
}
testswarm({
url: "http://swarm.jquery.org/",