Add Drone CI config
Some checks failed
continuous-integration/drone/push Build was killed

This commit is contained in:
2019-03-03 13:23:54 +07:00
parent 25edfa775b
commit 825bbd63ea

9
.drone.yml Normal file
View File

@@ -0,0 +1,9 @@
kind: pipeline
name: default
steps:
- name: tests
image: colthreepv/node-chrome#8
commands:
- npm install
- npm test