apidocfix/vendor/github.com/swaggo/swag/.travis.yml

20 lines
220 B
YAML
Raw Normal View History

language: go
2019-05-07 19:42:24 +00:00
sudo: false
go:
- 1.11.x
2019-05-07 19:42:24 +00:00
- 1.12.x
2019-05-07 19:42:24 +00:00
install:
2019-10-16 20:52:29 +00:00
- make deps
script:
2019-05-07 19:42:24 +00:00
- make fmt-check
- make lint
2019-05-07 19:42:24 +00:00
- make vet
- make build
- make test
after_success:
- bash <(curl -s https://codecov.io/bash)