mirror of
https://github.com/peterbourgon/runsvinit.git
synced 2025-04-28 17:47:00 +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
|