robocar-simulator/vendor/github.com/avast/retry-go/.travis.yml

21 lines
196 B
YAML
Raw Normal View History

2020-09-20 21:16:06 +00:00
language: go
go:
- 1.8
- 1.9
- "1.10"
- 1.11
- 1.12
- 1.13
- 1.14
- 1.15
2020-09-20 21:16:06 +00:00
install:
- make setup
script:
- make ci
after_success:
- bash <(curl -s https://codecov.io/bash)