added .travis.yml
Showing
.travis.yml
0 → 100644
... | ... | @@ -4,7 +4,7 @@ |
"description": "Image Module for docxtemplater v1.0", | ||
"main": "js/index.js", | ||
"scripts": { | ||
"test": "echo \"Error: no test specified\" && exit 1" | ||
"test": "mocha" | ||
}, | ||
"devDependencies": { | ||
"chai": "^1.10.0", | ||
... | ... |
Please
register
or
sign in
to comment