glob/.travis.yml

15 lines
147 B
YAML
Raw Normal View History

2015-11-30 18:37:30 +03:00
language: go
go:
2019-03-12 21:29:42 +03:00
- 1.7.x
- 1.8.x
- 1.9.x
- 1.x
2018-08-08 23:28:40 +03:00
matrix:
allow_failures:
- go: master
fast_finish: true
2015-11-30 18:37:30 +03:00
script:
- go test -v ./...