Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Get commitlint-bot working on PRS #617

Closed
wants to merge 4 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,14 @@ script:
- fold_unless_fail 'Busted' 'busted' make busted
- fold_unless_fail 'Run regression tests' 'regression' make --output-sync test
- fold_unless_fail 'Compile documentation and examples' 'compile_docs' make --output-sync docs examples
stages:
- test
- lint
jobs:
include:
- stage: lint
name: "Lint commint messages"
script: fold_unless_fail 'Commitlint' 'commitlint' @commitlint/travis-cli
after_success:
- $COVERAGE && travis_wait make coverage
- $COVERAGE && travis_wait luacov-coveralls -e lua-libraries -e lua_modules
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ Please read the [full SILE manual][doc] for more information about what SILE is

## Contact

Please report bugs and send patches and pull requests at the [github repository][github]. For questions and discussion, please join the [mailing list][list-en].
Please report bugs and send patches and pull requests at the [GitHub repository][github]. For questions and discussion, please join the [mailing list][list-en].

日本語利用者は[メーリングリスト][list-ja]に参加してください。

Expand Down
Loading