2020-02-12 15:44:54 +01:00

9 lines
81 B
YAML

language: go
go:
- "1.3"
- "1.4"
- "1.10"
script:
- go test
- go build