Commit 739917fe by Edgar HIPP

Update for travis

parent dc41441f
......@@ -46,7 +46,6 @@ beforeEach(function () {
});
function testStart() {
// TODO test in browser
describe("{%image}", function () {
it("should work with one image", function () {
this.name = "imageExample.docx";
......
......@@ -5,7 +5,7 @@
"main": "js/index.js",
"scripts": {
"compile": "rimraf js && mkdirp js && babel es6 --out-dir js",
"prepublish": "rimraf build && mkdirp build && npm run compile && npm run browserify && npm run uglify",
"preversion": "rimraf build && mkdirp build && npm run compile && npm run browserify && npm run uglify",
"test:compiled": "mocha js/test.js",
"test:es6": "mocha es6/test.js",
"lint": "eslint .",
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment