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

22 lines
244 B
YAML
Raw Normal View History

language: go
2019-05-07 21:42:24 +02:00
sudo: false
go:
- 1.9.x
- 1.10.x
- 1.11.x
2019-05-07 21:42:24 +02:00
- 1.12.x
2019-05-07 21:42:24 +02:00
install:
- make install
script:
2019-05-07 21:42:24 +02:00
- make fmt-check
- make lint
2019-05-07 21:42:24 +02:00
- make vet
- make build
- make test
after_success:
- bash <(curl -s https://codecov.io/bash)