add drone npm test fehlt noch

This commit is contained in:
Moritz 2019-09-05 20:42:28 +02:00
parent 41bb34313a
commit f8ac6bdc43

6
.drone.yml Normal file
View file

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