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

20 lines
220 B
YAML

language: go
sudo: false
go:
- 1.11.x
- 1.12.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)