From 0fb75de57b687e20722ba8fa9d4febbafae31ba5 Mon Sep 17 00:00:00 2001 From: Rickard Laurin Date: Wed, 4 Sep 2019 12:44:29 +0200 Subject: [PATCH] fix(reason): travis duplicate --- src/commands/reason.ts | 6 ------ 1 file changed, 6 deletions(-) diff --git a/src/commands/reason.ts b/src/commands/reason.ts index 9dabbdf..9016a5a 100644 --- a/src/commands/reason.ts +++ b/src/commands/reason.ts @@ -109,12 +109,6 @@ export const reason = async ({ name }: CLIProps) => { output: `${projectName}/src/App.re`, }) - // Travis setup - await create({ - templateName: 'reason/travis.yml', - output: `${projectName}/.travis.yml`, - }) - // Test setup await createFolder(`${projectName}/__tests__`)