Skip to content

Commit

Permalink
Merge pull request #290 from mkszepp/remove-ci-provider-default
Browse files Browse the repository at this point in the history
Remove default `ciProvider` in `appOptions`
  • Loading branch information
simonihmig committed May 17, 2024
2 parents eef3557 + 25ab609 commit 9dd9a24
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,6 @@ module.exports = {
entity: { name: testAppInfo.name.raw },
name: testAppInfo.name.raw,
rawName: testAppInfo.name.raw,
ciProvider: 'travis', // we will delete this anyway below, as the CI config goes into the root folder
welcome: false,
};

Expand All @@ -192,7 +191,6 @@ module.exports = {
await Promise.all([
this.updateTestAppPackageJson(path.join(testAppPath, 'package.json'), isPnpm(options)),
this.overrideTestAppFiles(testAppPath, path.join(options.target, 'test-app-overrides')),
fs.unlink(path.join(testAppPath, '.travis.yml')),
]);

if (options.typescript) {
Expand Down

0 comments on commit 9dd9a24

Please sign in to comment.