Skip to content
This repository was archived by the owner on Apr 24, 2025. It is now read-only.

Commit da747e0

Browse files
authored
Use travis_retry due to flakey coveralls integration.
1 parent 56a42b3 commit da747e0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,4 @@ before_install:
1414
- go install golang.org/x/tools/cmd/goyacc
1515

1616
script:
17-
- $HOME/gopath/bin/goveralls -service=travis-ci
17+
- travis_retry $HOME/gopath/bin/goveralls -service=travis-ci

0 commit comments

Comments
 (0)