Skip to content

Commit

Permalink
docs: use correct bin name
Browse files Browse the repository at this point in the history
  • Loading branch information
marionebl committed Jan 7, 2018
1 parent 2f68e02 commit 7262c59
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/guides-ci-setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ npm install --save-dev @commitlint/travis-cli
# travis.yml
language: node_js
script:
- $(npm bin)/travis-cli
- commitlint-travis
```
?> 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 comments on commit 7262c59

Please sign in to comment.