cometa/.drone.yml

6 lines
82 B
YAML
Raw Permalink Normal View History

2018-02-25 14:10:38 +01:00
pipeline:
test:
image: node
commands:
- npm i
- npm run test