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

Commit 5881f09

Browse files
committed
Added travis_retry because goveralls is flaky
1 parent 9221f17 commit 5881f09

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,4 @@ install:
2020
- go get -t -v .
2121

2222
script:
23-
- $HOME/gopath/bin/goveralls -service=travis-ci -package .
23+
- travis_retry $HOME/gopath/bin/goveralls -service=travis-ci -package .

0 commit comments

Comments
 (0)