1
1
mirror of https://github.com/go-gitea/gitea synced 2024-06-29 14:45:47 +00:00
gitea/vendor/github.com/markbates/goth/.travis.yml
2019-09-12 22:15:36 -04:00

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'