Skip to content

Commit

Permalink
Remove unlink (not necessary, as default is not anymore travis)
Browse files Browse the repository at this point in the history
  • Loading branch information
mkszepp committed May 15, 2024
1 parent d6e1052 commit 25ab609
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 @@ -191,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 25ab609

Please sign in to comment.