inspektor/.drone.yml
Sebastian Kippe f1fc68e7bf
Some checks reported errors
continuous-integration/drone/push Build was killed
Fix Docker tag syntax
2019-03-03 13:36:34 +07:00

10 lines
126 B
YAML

kind: pipeline
name: default
steps:
- name: tests
image: colthreepv/node-chrome:8
commands:
- npm install
- npm test