From d6e10523cb84e8b2ccf1443ffe91ade858deac13 Mon Sep 17 00:00:00 2001 From: Markus Sanin Date: Wed, 15 May 2024 07:50:27 +0200 Subject: [PATCH] Remove default `ciProvider` for app options --- index.js | 1 - 1 file changed, 1 deletion(-) diff --git a/index.js b/index.js index ac534e5..0cec436 100644 --- a/index.js +++ b/index.js @@ -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, };