This is sample of releasing golang project from TravisCI
- Get source code
- Run test
- Send test coverage to coveralls.io by mattn/goveralls
- Cross-compile by mitchellh/gox
- Release binary to Github Release by tcnksm/ghr
See .travis.yml
. To use this, you need to set GITHUB_TOKEN
and COVERALLS_TOKEN
in settings tab on travis-ci.org