Skip to content

Commit

Permalink
dont skip the clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
robdefeo committed May 1, 2019
1 parent 474b9de commit e21cbf4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ script:
- $GOPATH/bin/goveralls -coverprofile=coverage.out -service=travis-ci
deploy:
- provider: script
skip_cleanup: false
script: docker run --rm --privileged -v $TRAVIS_BUILD_DIR:/go/src/github.com/mailchain/mailchain -v /var/run/docker.sock:/var/run/docker.sock -w /go/src/github.com/mailchain/mailchain mailchain/goreleaser-xcgo goreleaser --rm-dist
on:
tags: true
Expand Down

0 comments on commit e21cbf4

Please sign in to comment.