api/vendor/github.com/swaggo/swag/.travis.yml
2019-05-07 21:42:24 +02:00

22 lines
244 B
YAML

language: go
sudo: false
go:
- 1.9.x
- 1.10.x
- 1.11.x
- 1.12.x
install:
- make install
script:
- make fmt-check
- make lint
- make vet
- make build
- make test
after_success:
- bash <(curl -s https://codecov.io/bash)