mirror of
git://develop.git.wordpress.org/
synced 2025-01-29 10:38:22 +01:00
Following [43309], I need to change one little line,
And delete some left over cruft, only then shall we prevail. There are some things easily missed, when using Git, which does not persist— Empty directories, though that didn't derail— Our Travis-based tests, which now must prevail. Quoth Travis CI, “Build did fail.” See #43055. git-svn-id: https://develop.svn.wordpress.org/trunk@43310 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
ef37f002ee
commit
386adbb8f8
@ -1341,7 +1341,7 @@ module.exports = function(grunt) {
|
||||
|
||||
// Travis CI tasks.
|
||||
grunt.registerTask('travis:js', 'Runs Javascript Travis CI tasks.', [ 'jshint:corejs', 'qunit:compiled' ]);
|
||||
grunt.registerTask('travis:phpunit', 'Runs PHPUnit Travis CI tasks.', 'phpunit');
|
||||
grunt.registerTask('travis:phpunit', 'Runs PHPUnit Travis CI tasks.', [ 'build', 'phpunit' ]);
|
||||
|
||||
// Patch task.
|
||||
grunt.renameTask('patch_wordpress', 'patch');
|
||||
|
Loading…
x
Reference in New Issue
Block a user