pitaya-launcher/.drone.yml

8 lines
108 B
YAML
Raw Normal View History

2017-07-24 15:12:00 +02:00
---
pipeline:
test:
image: node:latest
commands:
- npm install
- npm test