Skip to content

Commit b288a60

Browse files
committed
Clean the repo before during deploy in travis ci
Signed-off-by: Dinesh <[email protected]>
1 parent 9d42397 commit b288a60

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ install: make setup modules
99
script: make tests tests-cover-html build
1010
deploy:
1111
- provider: script
12-
skip_cleanup: true
12+
skip_cleanup: false
1313
script: curl -sL https://git.io/goreleaser | bash
1414
on:
1515
tags: true

0 commit comments

Comments
 (0)