diff --git a/.travis.yml b/.travis.yml index 4d6e364..30d3098 100644 --- a/.travis.yml +++ b/.travis.yml @@ -6,6 +6,8 @@ env: - COVERALLS_TOKEN=lhWzILT1WMRgrHXsEhauQOGsoby1nm7DR script: - go get golang.org/x/tools/cmd/cover + - go get github.com/modocache/gover - go get github.com/mattn/goveralls - - go test -v -covermode=count -coverprofile=coverage.out ./... - - goveralls -coverprofile=coverage.out -service=travis-ci -repotoken $COVERALLS_TOKEN \ No newline at end of file + - go test -v ./... + - gover + - goveralls -coverprofile=gover.coverprofile -service travis-ci -repotoken $COVERALLS_TOKEN \ No newline at end of file