Skip to content

Commit

Permalink
Ignore jsdom in build script and test build script in travis
Browse files Browse the repository at this point in the history
  • Loading branch information
Munter committed Apr 23, 2015
1 parent be8e823 commit 31c1016
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@
"lib"
],
"scripts": {
"build": "browserify lib/index.js --standalone unexpected.dom --debug > unexpected-dom.js && uglifyjs unexpected-dom.js > unexpected-dom.min.js",
"build": "browserify lib/index.js --standalone unexpected.dom --debug --x jsdom > unexpected-dom.js && uglifyjs unexpected-dom.js > unexpected-dom.min.js",
"lint": "jshint lib test --exclude-path .gitignore",
"test": "npm run lint && mocha",
"travis": "npm run lint && npm run coverage",
"travis": "npm run lint && npm run coverage && npm run build",
"coverage": "istanbul cover ./node_modules/mocha/bin/_mocha -- --reporter dot"
},
"repository": {
Expand Down

0 comments on commit 31c1016

Please sign in to comment.