10 lines
86 B
YAML
Raw Normal View History

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