mirror of
https://github.com/peterbourgon/runsvinit.git
synced 2026-08-21 02:08:59 +02:00
9 lines
132 B
YAML
9 lines
132 B
YAML
machine:
|
|
services:
|
|
- docker
|
|
|
|
test:
|
|
override:
|
|
- go test -v
|
|
- make CIRCLECI=true SUDO=sudo RMCONTAINER= -C zombietest
|