Skip to content

Commit f93f9d1

Browse files
committed
feat(ssf): use verbose output for commitlint
1 parent 4414fe1 commit f93f9d1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
# Install and run `commitlint`
4646
- npm i -D @commitlint/config-conventional
4747
@commitlint/travis-cli
48-
- commitlint-travis
48+
- commitlint-travis --verbose
4949

5050
## Define the release stage that runs `semantic-release`
5151
- stage: 'release'

ssf/files/default/.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ jobs:
147147
# Install and run `commitlint`
148148
- npm i -D @commitlint/config-conventional
149149
@commitlint/travis-cli
150-
- commitlint-travis
150+
- commitlint-travis{{- ' --verbose' if semrel_formula == 'ssf' else '' }}
151151
{%- if not travis.use_single_job_for_linters %}
152152
# Run the `rubocop` linter in a separate job that is allowed to fail
153153
# Once these lint errors are fixed, this can be merged into a single job

0 commit comments

Comments
 (0)