mirror of
https://github.com/jquery/jquery-ui.git
synced 2024-11-21 11:04:24 +00:00
Don't run JSHint on TestSwarm.
This commit is contained in:
parent
cb91ad932c
commit
2fc2f02752
2
grunt.js
2
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/",
|
||||
|
Loading…
Reference in New Issue
Block a user