This commit is contained in:
nicco 2018-02-25 14:06:26 +01:00
parent 677c341d89
commit 9f2b577fef
3 changed files with 8 additions and 2 deletions

6
.drone.yml Normal file
View File

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

2
.gitignore vendored
View File

@ -1,2 +1,2 @@
node_modules/
package-lock.json