koa-router/.drone.yml
2018-02-25 14:06:26 +01:00

6 lines
82 B
YAML

pipeline:
test:
image: node
commands:
- npm i
- npm run test