Skip to content
This repository has been archived by the owner on May 11, 2021. It is now read-only.

Commit

Permalink
fix(reason): travis duplicate
Browse files Browse the repository at this point in the history
  • Loading branch information
believer committed Sep 4, 2019
1 parent ee3a65b commit 0fb75de
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions src/commands/reason.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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__`)

Expand Down

0 comments on commit 0fb75de

Please sign in to comment.