5 lines
66 B
YAML
5 lines
66 B
YAML
language: go
|
|
go:
|
|
- 1.8
|
|
script: make init test vet lint errcheck
|