inspektor/.drone.yml
Sebastian Kippe 825bbd63ea
Some checks reported errors
continuous-integration/drone/push Build was killed
Add Drone CI config
2019-03-03 13:23:54 +07:00

10 lines
126 B
YAML

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