mirror of
https://github.com/jesseduffield/lazydocker.git
synced 2026-07-22 07:11:01 +00:00
11 lines
233 B
YAML
11 lines
233 B
YAML
language: go
|
|
go:
|
|
- 1.2
|
|
before_install:
|
|
- go get github.com/onsi/ginkgo/...
|
|
- go get github.com/onsi/gomega/...
|
|
- go install github.com/onsi/ginkgo/ginkgo
|
|
script: PATH=$PATH:$HOME/gopath/bin ginkgo -r .
|
|
branches:
|
|
only:
|
|
- master
|