This commit is contained in:
nicco 2018-02-25 14:09:11 +01:00
parent db9eaccf3b
commit fcd4a30b25
2 changed files with 8 additions and 1 deletions

6
.drone.yml Normal file
View File

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

3
.gitignore vendored
View File

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