WordPress.org

Make WordPress Core

Changeset 43310


Ignore:
Timestamp:
05/23/2018 11:02:28 AM (22 months ago)
Author:
pento
Message:

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.

Location:
trunk
Files:
2 deleted
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Gruntfile.js

    r43309 r43310  
    13421342    // Travis CI tasks.
    13431343    grunt.registerTask('travis:js', 'Runs Javascript Travis CI tasks.', [ 'jshint:corejs', 'qunit:compiled' ]);
    1344     grunt.registerTask('travis:phpunit', 'Runs PHPUnit Travis CI tasks.', 'phpunit');
     1344    grunt.registerTask('travis:phpunit', 'Runs PHPUnit Travis CI tasks.', [ 'build', 'phpunit' ]);
    13451345
    13461346    // Patch task.
Note: See TracChangeset for help on using the changeset viewer.