Skip to content

Commit 706046a

Browse files
Eduard KyvenkoEduard Kyvenko
authored andcommitted
ci(): Remove npm prune
Yarn install is doing prune already
1 parent f175f33 commit 706046a

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.travis.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,8 @@ cache:
1616
directories:
1717
- $HOME/.yarn-cachegi
1818
install:
19-
- yarn
19+
- yarn install
2020
- npm link ../create-elm-app
21-
before_script:
22-
- npm prune
2321
after_success:
2422
- npm run semantic-release
2523
branches:

0 commit comments

Comments
 (0)