Skip to content

Commit 9c437c0

Browse files
committed
docs: use correct bin name
1 parent 154c0c0 commit 9c437c0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/guides-ci-setup.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ npm install --save-dev @commitlint/travis-cli
1515
# travis.yml
1616
language: node_js
1717
script:
18-
- $(npm bin)/travis-cli
18+
- commitlint-travis
1919
```
2020
2121
?> Help yourself adopting a commit convention by using an interactive commit prompt. Learn how to use `@commitlint/prompt-cli` in the [Use prompt guide](guides-use-prompt.md)

0 commit comments

Comments
 (0)