git-lfs/vendor/github.com/avast/retry-go/.travis.yml
brian m. carlson e876f2a869
go.mod: add SPNEGO modules
We'll need some additional dependencies to add support for Kerberos to
Git LFS.  In order to support HTTP SPNEGO (Negotiate) support, add the
required modules and vendor their dependencies.
2019-12-09 15:35:53 +00:00

20 lines
185 B
YAML

language: go
go:
- 1.6
- 1.7
- 1.8
- 1.9
- "1.10"
- 1.11
- 1.12
install:
- make setup
script:
- make ci
after_success:
- bash <(curl -s https://codecov.io/bash)