Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ jobs:
script:
- "npm install coveralls"
- "commitlint-travis"
- "npm run license"
- "npm run lint"
- "npm run test"
- "cat ./reports/coverage/lcov.info | ./node_modules/.bin/coveralls"
Expand Down
2 changes: 2 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
"main": "index.js",
"scripts": {
"changelog": "commitlint --from=master",
"license": "license-checker --onlyAllow '0BSD, MIT, WTFPL' --production",
"lint": "jshint lib/ test/ index.js && jscs lib/ test/ index.js",
"test": "istanbul cover --dir reports/coverage node_modules/mocha/bin/_mocha -- test/unit/*.spec.js",
"integration": "istanbul cover --dir reports/coverage node_modules/mocha/bin/_mocha -- test/integration/*.spec.js",
Expand Down Expand Up @@ -51,6 +52,7 @@
"jscs": "^3.0.7",
"jsdoc": "^3.5.5",
"jshint": "^2.9.5",
"license-checker": "^16.0.0",
"mocha": "^4.0.1"
}
}