Skip to content

Commit 6765e6a

Browse files
committed
use travis_retry to work around coveralls 422 err
1 parent 76afd69 commit 6765e6a

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
@@ -24,4 +24,4 @@ go:
2424

2525
# run tests w/ coverage
2626
script:
27-
- $GOPATH/bin/goveralls -service=travis-ci
27+
- travis_retry $GOPATH/bin/goveralls -service=travis-ci

0 commit comments

Comments
 (0)