mirror of
https://github.com/jesseduffield/lazydocker.git
synced 2026-07-22 23:21:03 +00:00
11 lines
105 B
YAML
11 lines
105 B
YAML
language: go
|
|
|
|
go:
|
|
- 1.2
|
|
- 1.3
|
|
- 1.4
|
|
- tip
|
|
|
|
script:
|
|
- go get gopkg.in/check.v1
|
|
- go test -v .
|