mirror of
https://github.com/rancher/os.git
synced 2025-09-25 04:37:02 +00:00
9 lines
107 B
YAML
9 lines
107 B
YAML
language: go
|
|
|
|
go:
|
|
- 1.2
|
|
|
|
install:
|
|
- 'go install github.com/onsi/ginkgo/ginkgo'
|
|
script: 'ginkgo -r'
|