Files
gardener-extension-shoot-fl…/vendor/github.com/nxadm/tail/.travis.yml
2021-01-28 17:37:47 +01:00

17 lines
157 B
YAML

language: go
script:
- go test -race -v ./...
go:
- "1.9"
- "1.10"
- "1.11"
- "1.12"
- "1.13"
- tip
matrix:
allow_failures:
- go: tip