drone-with-nodejs/.drone.yml
2017-01-13 23:01:33 +00:00

6 lines
91 B
YAML

pipeline:
build:
image: node:slim
commands:
- npm install
- npm test