mirror of
https://github.com/go-gitea/gitea
synced 2024-10-31 23:34:25 +00:00
3270e7a443
* Update go-swagger * vendor
17 lines
188 B
YAML
Vendored
17 lines
188 B
YAML
Vendored
language: go
|
|
env:
|
|
- GO111MODULE=on
|
|
sudo: required
|
|
go:
|
|
- "1.11.x"
|
|
- "1.12.x"
|
|
- tip
|
|
os:
|
|
- linux
|
|
matrix:
|
|
allow_failures:
|
|
- go: tip
|
|
fast_finish: true
|
|
script:
|
|
- make check
|