Adding drone.io CI config
the build was successful Details

This commit is contained in:
Fabian Stamm 2018-05-17 11:09:22 +02:00
parent 6dad6c5d56
commit 6db8d58539
1 changed files with 6 additions and 0 deletions

6
.drone.yml Normal file
View File

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