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

18 lines
193 B
YAML

language: go
go:
- 1.9.x
- 1.10.x
- 1.11.x
before_install:
- make deps
script:
- make lint
- make build
- make test
after_success:
- bash <(curl -s https://codecov.io/bash)