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

19 lines
208 B
YAML

language: go
go:
- 1.13.x
- 1.14.x
install:
- make deps
script:
- make fmt-check
- make lint
- make vet
- make build
- make test
after_success:
- bash <(curl -s https://codecov.io/bash)