Really easy to run entire test suite with Docker now. Also switch Wercker to use the same script. Signed-off-by: Ben Firshman <ben@firshman.co.uk>
9 lines
180 B
YAML
9 lines
180 B
YAML
box: wercker-labs/docker
|
|
build:
|
|
steps:
|
|
- script:
|
|
name: validate DCO
|
|
code: script/validate-dco
|
|
- script:
|
|
name: run tests
|
|
code: script/test
|