Add Drone CI config
continuous-integration/drone/push Build was killed Details

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
1 changed files with 9 additions and 0 deletions

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