mirror of
https://ghproxy.net/https://github.com/wp-cli/scaffold-package-command.git
synced 2025-10-04 02:20:24 +08:00
Merge pull request #251 from wp-cli/remove-travis
This commit is contained in:
commit
eb93262c07
2 changed files with 1 additions and 1 deletions
|
@ -685,7 +685,7 @@ EOT;
|
|||
$travis_tag_appends = [];
|
||||
$travis_append = '';
|
||||
if ( 'travis' === $assoc_args['ci'] ) {
|
||||
$copy_source[ $package_root ]['.travis.yml'] = $package_dir;
|
||||
$copy_source[ $package_root ]['templates/.travis.yml'] = $package_dir;
|
||||
|
||||
// Allow a package to overwrite or append to Travis tags.
|
||||
foreach ( $travis_tags as $travis_tag ) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue