Skip to content
This repository was archived by the owner on Jun 1, 2022. It is now read-only.

Commit d6f060b

Browse files
Fix ci script
1 parent d4a60b2 commit d6f060b

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.travis.yml

+1-2
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,11 @@ go:
55
before_install:
66
- go get github.com/axw/gocov/gocov
77
- go get github.com/mattn/goveralls
8-
- go get github.com/haya14busa/goverage
98
- if ! go get code.google.com/p/go.tools/cmd/cover; then go get golang.org/x/tools/cmd/cover; fi
109
install:
1110
- make ensure
1211
script:
13-
- $HOME/gopath/bin/goverage -v -coverprofile=coverage.out ./...
12+
- go test -v -coverprofile=coverage.out ./...
1413
- $HOME/gopath/bin/goveralls -coverprofile=coverage.out -service=travis-ci -repotoken $COVERALLS_TOKEN
1514

1615
before_deploy:

0 commit comments

Comments
 (0)