|
|
@@ -8,7 +8,8 @@ addons:
|
|
|
install:
|
|
|
- go get -t -d -v ./... && go build -v ./...
|
|
|
script:
|
|
|
-- go test -v -covermode=count -coverprofile=coverage.out $HOME/gopath/bin/goveralls -coverprofile=coverage.out -service=travis-ci -repotoken $COVERALLS_TOKEN ./...
|
|
|
+- go test -v -covermode=count -coverprofile=coverage.out
|
|
|
+- $HOME/gopath/bin/goveralls -coverprofile=coverage.out -service=travis-ci -repotoken $COVERALLS_TOKEN ./...
|
|
|
before_install:
|
|
|
- go get github.com/axw/gocov/gocov
|
|
|
- go get github.com/mattn/goveralls
|