wp-cli / scaffold-package-command

Scaffolds WP-CLI commands with functional tests, full README.md, and more.
MIT License
68 stars 19 forks source link

Allow package to append/overwrite stuff in .travis.yml. #168

Closed gitlost closed 6 years ago

gitlost commented 6 years ago

See https://github.com/wp-cli/media-command/pull/69

Allows a package to modify the generated .travis.yml by having specially named files travis-<tag>-append.yml, travis-<tag>.yml and travis-append.yml in its directory.

Useful for bundled packages.