2019-09-23 21:30:20 +03:00

10 lines
86 B
YAML

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