Skip to content

Commit eb93262

Browse files
authored
Merge pull request #251 from wp-cli/remove-travis
2 parents 274c64f + af0deee commit eb93262

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

src/ScaffoldPackageCommand.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -685,7 +685,7 @@ public function package_tests( $args, $assoc_args ) {
685685
$travis_tag_appends = [];
686686
$travis_append = '';
687687
if ( 'travis' === $assoc_args['ci'] ) {
688-
$copy_source[ $package_root ]['.travis.yml'] = $package_dir;
688+
$copy_source[ $package_root ]['templates/.travis.yml'] = $package_dir;
689689

690690
// Allow a package to overwrite or append to Travis tags.
691691
foreach ( $travis_tags as $travis_tag ) {
File renamed without changes.

0 commit comments

Comments
 (0)