diff options
author | Scott González <scott.gonzalez@gmail.com> | 2012-05-04 10:07:07 -0400 |
---|---|---|
committer | Scott González <scott.gonzalez@gmail.com> | 2012-05-04 10:07:07 -0400 |
commit | 2fc2f0275224e6d16397c4fd2e3ef07589efeb64 (patch) | |
tree | efc083d383810abee9d6f3364e96f74921d7c041 /grunt.js | |
parent | cb91ad932cadbdda0e20167fe0e6b04535d35ae8 (diff) | |
download | jquery-ui-2fc2f0275224e6d16397c4fd2e3ef07589efeb64.tar.gz jquery-ui-2fc2f0275224e6d16397c4fd2e3ef07589efeb64.zip |
Don't run JSHint on TestSwarm.
Diffstat (limited to 'grunt.js')
-rw-r--r-- | grunt.js | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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/", |