aboutsummaryrefslogtreecommitdiffstats
path: root/grunt.js
diff options
context:
space:
mode:
authorScott González <scott.gonzalez@gmail.com>2012-05-04 10:07:07 -0400
committerScott González <scott.gonzalez@gmail.com>2012-05-04 10:07:07 -0400
commit2fc2f0275224e6d16397c4fd2e3ef07589efeb64 (patch)
treeefc083d383810abee9d6f3364e96f74921d7c041 /grunt.js
parentcb91ad932cadbdda0e20167fe0e6b04535d35ae8 (diff)
downloadjquery-ui-2fc2f0275224e6d16397c4fd2e3ef07589efeb64.tar.gz
jquery-ui-2fc2f0275224e6d16397c4fd2e3ef07589efeb64.zip
Don't run JSHint on TestSwarm.
Diffstat (limited to 'grunt.js')
-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/",