Skip to content

Commit

Permalink
ci(): Remove npm prune
Browse files Browse the repository at this point in the history
Yarn install is doing prune already
  • Loading branch information
Eduard Kyvenko authored and Eduard Kyvenko committed Feb 7, 2017
1 parent f175f33 commit 706046a
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,8 @@ cache:
directories:
- $HOME/.yarn-cachegi
install:
- yarn
- yarn install
- npm link ../create-elm-app
before_script:
- npm prune
after_success:
- npm run semantic-release
branches:
Expand Down

0 comments on commit 706046a

Please sign in to comment.