pki/vendor/github.com/cenkalti/backoff/v4/.travis.yml
Paul Lecuq d9ad0c81bb
All checks were successful
continuous-integration/drone/push Build is passing
updated dependencies
2020-12-04 20:40:08 +01:00

11 lines
194 B
YAML

language: go
go:
- 1.13
- 1.x
- tip
before_install:
- go get github.com/mattn/goveralls
- go get golang.org/x/tools/cmd/cover
script:
- $HOME/gopath/bin/goveralls -service=travis-ci