2020-05-11 20:59:29 -05:00

13 lines
108 B
YAML

language: go
go:
- 1.7
- tip
script:
- go test
matrix:
allow_failures:
- go: tip