Skip to content

Commit

Permalink
Merge pull request #101 from robdefeo/master
Browse files Browse the repository at this point in the history
debug build
  • Loading branch information
robdefeo committed Apr 28, 2019
2 parents 78ec406 + 3cafa21 commit f33b86d
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 @@ -10,13 +10,12 @@ before_install:
- go get github.com/mattn/goveralls
install: true
script:
- make build
- make unit-test
- go test -covermode=count -coverprofile=coverage.out ./...
- $GOPATH/bin/goveralls -coverprofile=coverage.out -service=travis-ci
- git diff
deploy:
- provider: script
skip_cleanup: true
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
script: git diff && 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

0 comments on commit f33b86d

Please sign in to comment.