diff --git a/.travis.yml b/.travis.yml index 18b954d..4798a3d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,13 +5,9 @@ go: install: - go get -v -t . - - go get -v github.com/mattn/goveralls - - go install -v github.com/mattn/goveralls script: - - go test -covermode count -coverprofile cover.out - - go test -test.run Benchmark -cpu 1 -bench . - - goveralls -service travis-ci -repotoken $COVERALLS_TOKEN -coverprofile cover.out + - go build branches: only: @@ -20,4 +16,3 @@ branches: notifications: email: change -