Changeset 36930
- Timestamp:
- 03/10/2016 05:36:15 AM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Gruntfile.js
r36924 r36930 760 760 ] ); 761 761 762 grunt.registerTask( 'prerelease', [ 763 'precommit:php', 764 'precommit:js', 765 'precommit:css', 766 'precommit:core', 767 'build' 768 ] ); 769 762 770 // Testing tasks. 763 771 grunt.registerMultiTask('phpunit', 'Runs PHPUnit tests, including the ajax, external-http, and multisite tests.', function() {
Note: See TracChangeset
for help on using the changeset viewer.