From 6db8d585391757080629c1db0969314b3776a9de Mon Sep 17 00:00:00 2001 From: Fabian Stamm Date: Thu, 17 May 2018 11:09:22 +0200 Subject: [PATCH] Adding drone.io CI config --- .drone.yml | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 .drone.yml diff --git a/.drone.yml b/.drone.yml new file mode 100644 index 0000000..76a2855 --- /dev/null +++ b/.drone.yml @@ -0,0 +1,6 @@ +pipeline: + core: + image: node + commands: + - npm install + - npm test \ No newline at end of file