Skip to content

Commit

Permalink
(ci) use travis skip_cleanup over redownloading dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
zaquestion committed Dec 21, 2017
1 parent fb745cf commit 6d5a727
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,8 @@ cache:

deploy:
provider: script
script:
- dep ensure -v
- curl -sL https://git.io/goreleaser | bash
skip_cleanup: true
script: curl -sL https://git.io/goreleaser | bash
on:
branch: master
tags: true
Expand Down

0 comments on commit 6d5a727

Please sign in to comment.