mirror of
https://github.com/go-gitea/gitea
synced 2024-11-01 01:03:39 +01:00
18 lines
140 B
YAML
18 lines
140 B
YAML
language: go
|
|
|
|
sudo: false
|
|
|
|
go:
|
|
- 1.7
|
|
- 1.8
|
|
- 1.9
|
|
- "1.10"
|
|
- "1.11"
|
|
- "1.12"
|
|
- tip
|
|
|
|
matrix:
|
|
allow_failures:
|
|
- go: 'tip'
|
|
|