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

Commit 5c13020

Browse files
committed
after_success -> before_instal
1 parent 5d0dcf3 commit 5c13020

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
@@ -10,7 +10,7 @@ go:
1010
env:
1111
- COVERALLS_TOKEN=2k7PTU3xa474Hymwgdj6XjqenNfGTNkO8
1212
script: script/cibuild
13-
after_success:
13+
before_install:
1414
- go get github.com/axw/gocov/gocov
1515
- go get github.com/mattn/goveralls
1616
- if ! go get github.com/golang/tools/cmd/cover; then go get golang.org/x/tools/cmd/cover; fi

0 commit comments

Comments
 (0)