diff options
author | Timmy Willison <timmywil@users.noreply.github.com> | 2024-05-15 15:19:23 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-05-15 15:19:23 -0400 |
commit | f47c7fe44d41d6af9b6f00c7201d991b01b93035 (patch) | |
tree | 36af4e26e99e2eea4de5401609ec721643f4bc9c /Gruntfile.js | |
parent | ec3edb687609af9677317dfd2ec80a5bec7b35c5 (diff) | |
download | jquery-ui-f47c7fe44d41d6af9b6f00c7201d991b01b93035.tar.gz jquery-ui-f47c7fe44d41d6af9b6f00c7201d991b01b93035.zip |
Tests: remove code supporting jenkins and testswarm
Close gh-2251
Diffstat (limited to 'Gruntfile.js')
-rw-r--r-- | Gruntfile.js | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Gruntfile.js b/Gruntfile.js index ac61e3ad3..d737dbef7 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -397,7 +397,6 @@ grunt.registerTask( "lint", [ ] ); grunt.registerTask( "build", [ "requirejs", "concat" ] ); grunt.registerTask( "default", [ "lint", "build" ] ); -grunt.registerTask( "jenkins", [ "build" ] ); grunt.registerTask( "sizer", [ "requirejs:js", "uglify:main", "compare_size:all" ] ); grunt.registerTask( "sizer_all", [ "requirejs:js", "uglify", "compare_size" ] ); |