diff --git a/.travis.yml b/.travis.yml index 21470e3..68e0e54 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,7 +2,9 @@ language: go go: - 1.4.2 script: - - go test -v ./... + - go test -v ./... -coverprofile=coverage.txt -covermode=atomic +after_success: + - bash <(curl -s https://codecov.io/bash) before_deploy: - go get github.com/mitchellh/gox - gox -osarch="darwin/amd64" -osarch="linux/arm" -osarch="linux/386" -osarch="windows/386" -build-toolchain