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

Commit c22a8b9

Browse files
committed
actually name repo correctly
1 parent 6c475bb commit c22a8b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ env:
1212
before_install:
1313
- go get github.com/axw/gocov/gocov
1414
- go get github.com/mattn/goveralls
15-
- go get github.com/gotestcover/gotestcover
15+
- go get github.com/pierrre/gotestcover
1616
- if ! go get github.com/golang/tools/cmd/cover; then go get golang.org/x/tools/cmd/cover; fi
1717
script:
1818
- script/cibuild

0 commit comments

Comments
 (0)