2018-01-22 11:19:33 +02:00

11 lines
95 B
YAML

language: go
sudo: false
go:
- 1.7
- tip
script:
- go get -v -t .
- go test -v .