Commit 739917fe by Edgar HIPP

Update for travis

parent dc41441f
...@@ -46,7 +46,6 @@ beforeEach(function () { ...@@ -46,7 +46,6 @@ beforeEach(function () {
}); });
function testStart() { function testStart() {
// TODO test in browser
describe("{%image}", function () { describe("{%image}", function () {
it("should work with one image", function () { it("should work with one image", function () {
this.name = "imageExample.docx"; this.name = "imageExample.docx";
......
...@@ -5,7 +5,7 @@ ...@@ -5,7 +5,7 @@
"main": "js/index.js", "main": "js/index.js",
"scripts": { "scripts": {
"compile": "rimraf js && mkdirp js && babel es6 --out-dir js", "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:compiled": "mocha js/test.js",
"test:es6": "mocha es6/test.js", "test:es6": "mocha es6/test.js",
"lint": "eslint .", "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