vikunja/vendor/github.com/swaggo/swag/.travis.yml
konrad 373bbd2202
All checks were successful
the build was successful
Migrate to new swagger docs generation (#18)
2018-11-12 15:46:35 +00:00

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)