mirror of
https://github.com/rancher/os.git
synced 2025-09-16 15:09:27 +00:00
9 lines
83 B
YAML
9 lines
83 B
YAML
language: go
|
|
go: 1.4
|
|
|
|
install:
|
|
- go get github.com/godbus/dbus
|
|
|
|
script:
|
|
- ./test
|