2019-04-11 14:19:24 +02:00

12 lines
98 B
YAML

language: go
go:
- 1.3
- 1.4
- 1.5
- tip
script:
- go test -v .
- go test -v -race .