This repository has been archived on 2025-10-28. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
vikunja-api/vendor/github.com/swaggo/swag/.travis.yml

17 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)