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

This commit is contained in:
Basti 2019-03-03 13:23:54 +07:00
parent 25edfa775b
commit 825bbd63ea
No known key found for this signature in database
GPG Key ID: BE4634D632D39B67

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