1
Fork 0
mirror of https://codeberg.org/forgejo/forgejo.git synced 2024-10-06 15:23:20 +00:00
forgejo/vendor/github.com/markbates/goth/.travis.yml

16 lines
126 B
YAML
Raw Normal View History

language: go
sudo: false
go:
- "1.9"
- "1.10"
- "1.11"
- "1.12"
- tip
matrix:
allow_failures:
- go: 'tip'