2017-10-05 15:31:53 -07:00

10 lines
86 B
YAML

language: go
sudo: false
go:
- 1.4
install: go get -v -t ./...
script: make test