7 lines
77 B
YAML
Raw Normal View History

sudo: false
language: go
install: go get -t -v ./...
go:
- 1.7
- 1.8