1
0
2018-10-28 17:24:10 +01:00

13 lines
105 B
YAML

language: go
go:
- 1.2
- 1.3
- 1.4
- 1.5
- tip
script:
- go get -t ./...
- go test ./...