This commit is contained in:
nicco 2018-02-25 14:10:38 +01:00
parent a455c65c60
commit 9bbdff6d74
1 changed files with 6 additions and 0 deletions

6
.drone.yml Normal file
View File

@ -0,0 +1,6 @@
pipeline:
test:
image: node
commands:
- npm i
- npm run test