From 825bbd63ead66ea98f47787fc9fc30a03e8d5b0a Mon Sep 17 00:00:00 2001 From: Sebastian Kippe Date: Sun, 3 Mar 2019 13:23:54 +0700 Subject: [PATCH] Add Drone CI config --- .drone.yml | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 .drone.yml diff --git a/.drone.yml b/.drone.yml new file mode 100644 index 0000000..2305ce7 --- /dev/null +++ b/.drone.yml @@ -0,0 +1,9 @@ +kind: pipeline +name: default + +steps: +- name: tests + image: colthreepv/node-chrome#8 + commands: + - npm install + - npm test