Skip to content

Commit 8550e39

Browse files
committed
build(commits): add commitlint
Add commitlint with the Conventional Commits configuration. It will automatically run during CI builds, and installs a `git` hook to run on commit message entry.
1 parent e286984 commit 8550e39

File tree

3 files changed

+682
-127
lines changed

3 files changed

+682
-127
lines changed

.travis.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,11 @@ jobs:
88
- stage: test
99
node_js: node
1010

11+
# Check the commit messages
12+
- stage: test
13+
script:
14+
- commitlint-travis
15+
1116
- stage: release
1217
before_deploy:
1318
# Decrypt the git_deploy_key.enc key into /tmp/git_deploy_key

0 commit comments

Comments
 (0)