Skip to content

Commit

Permalink
Update initialize_package.php
Browse files Browse the repository at this point in the history
  • Loading branch information
KEINOS committed Dec 30, 2020
1 parent 0352186 commit f89a0df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .devcontainer/initialize_package.php
Expand Up @@ -385,7 +385,7 @@ function removeInitializationTestFromTravisYamlFile(): bool
}

$search = ' - php ./.devcontainer/initialize_package.php MyVendorName' . PHP_EOL;
$search .= ' - /bin/bash ./tests/run-tests.sh local all';
$search .= ' - /bin/bash ./tests/run-tests.sh --local --all';

$replace = '';
$subject = file_get_contents($path_file_yaml_travis) ?: '';
Expand Down

0 comments on commit f89a0df

Please sign in to comment.