Skip to content

Commit

Permalink
Merge pull request #103 from robdefeo/master
Browse files Browse the repository at this point in the history
dont skip the clean up
  • Loading branch information
robdefeo committed May 1, 2019
2 parents 4da7671 + e21cbf4 commit af9f8c2
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 af9f8c2

Please sign in to comment.