inspektor/.drone.yml

10 lines
126 B
YAML
Raw Normal View History

2019-03-03 06:23:54 +00:00
kind: pipeline
name: default
steps:
- name: tests
2019-03-03 06:36:34 +00:00
image: colthreepv/node-chrome:8
2019-03-03 06:23:54 +00:00
commands:
- npm install
- npm test