mirror of
https://github.com/go-gitea/gitea
synced 2024-11-03 16:54:25 +00:00
d77176912b
* Migrate to go modules * make vendor * Update mvdan.cc/xurls * make vendor * Update code.gitea.io/git * make fmt-check * Update github.com/go-sql-driver/mysql * make vendor
12 lines
124 B
YAML
12 lines
124 B
YAML
sudo: false
|
|
language: go
|
|
go:
|
|
- 1.6.x
|
|
- 1.7.x
|
|
- 1.8.x
|
|
- 1.9.x
|
|
- 1.10.x
|
|
- 1.11.x
|
|
|
|
script: go test -v -cover -race
|