Skip to content
This repository was archived by the owner on Jun 2, 2024. It is now read-only.

Commit 39fe71e

Browse files
committed
ci: add commitlint to travis
1 parent d9a2cd8 commit 39fe71e

File tree

3 files changed

+13
-0
lines changed

3 files changed

+13
-0
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ notifications:
99
email: false
1010

1111
script:
12+
- commitlint-travis
1213
- npm run lint
1314
- npm run test
1415

package-lock.json

Lines changed: 11 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@
3232
"devDependencies": {
3333
"@commitlint/cli": "^7.0.0",
3434
"@commitlint/config-conventional": "^7.0.1",
35+
"@commitlint/travis-cli": "^7.0.0",
3536
"@types/enzyme-adapter-react-16": "^1.0.2",
3637
"@types/enzyme": "^3.1.12",
3738
"@types/jest": "^23.3.0",

0 commit comments

Comments
 (0)