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