7 lines
82 B
YAML
7 lines
82 B
YAML
language: go
|
|
go:
|
|
- 1.1
|
|
- tip
|
|
before_install:
|
|
- go get launchpad.net/gocheck
|