glob/.travis.yml

17 lines
185 B
YAML
Raw Normal View History

2015-11-30 18:37:30 +03:00
language: go
go:
2021-03-29 17:58:21 +03:00
- "1.12.x"
- "1.13.x"
- "1.14.x"
- "1.15.x"
- "1.16.x"
2018-08-08 23:28:40 +03:00
- master
matrix:
allow_failures:
- go: master
fast_finish: true
2015-11-30 18:37:30 +03:00
script:
- go test -v ./...