Skip to content

Commit

Permalink
Remove default ciProvider for app options
Browse files Browse the repository at this point in the history
  • Loading branch information
mkszepp committed May 15, 2024
1 parent eef3557 commit d6e1052
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion 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 Down

0 comments on commit d6e1052

Please sign in to comment.