2
2
mirror of https://github.com/octoleo/restic.git synced 2024-06-05 18:40:49 +00:00
restic/vendor/github.com/cenkalti/backoff/.travis.yml

11 lines
193 B
YAML
Raw Normal View History

2017-10-14 13:07:19 +00:00
language: go
go:
2019-01-27 20:07:57 +00:00
- 1.7
- 1.x
2017-10-14 13:07:19 +00:00
- 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