Skip to content

Commit

Permalink
chore: add commit lint to travis ci
Browse files Browse the repository at this point in the history
  • Loading branch information
neilcui committed May 24, 2018
1 parent 4a3f62e commit 251184a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,6 @@ node_js:
- "9"

script:
- commitlint-travis
- npm run lint
- npm test && npm run coverage
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
"devDependencies": {
"@commitlint/cli": "^6.2.0",
"@commitlint/config-conventional": "^6.1.3",
"@commitlint/travis-cli": "^6.2.0",
"chai": "^4.1.2",
"codecov": "^3.0.2",
"eslint": "^4.10.0",
Expand Down

0 comments on commit 251184a

Please sign in to comment.