mirror of
https://github.com/peterbourgon/runsvinit.git
synced 2024-12-16 14:57:04 +00:00
9 lines
123 B
YAML
9 lines
123 B
YAML
|
machine:
|
||
|
services:
|
||
|
- docker
|
||
|
|
||
|
test:
|
||
|
override:
|
||
|
- go test -v
|
||
|
- make CIRCLECI=true SUDO=sudo RM= -C zombietest
|