Adding drone.io CI config
All checks were successful
the build was successful

This commit is contained in:
Fabian Stamm 2018-05-17 11:09:22 +02:00
parent 6dad6c5d56
commit 6db8d58539

6
.drone.yml Normal file
View File

@ -0,0 +1,6 @@
pipeline:
core:
image: node
commands:
- npm install
- npm test