Skip to content

Commit

Permalink
[UPD] .travis.yml: Use verbose colored pre-commit [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
OCA-git-bot committed Jan 31, 2020
1 parent b447d6f commit 3770fe7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
name: "pre-commit"
before_install:
install: pip install pre-commit
script: pre-commit run --all --show-diff-on-failure
script: pre-commit run --all --show-diff-on-failure --verbose --color always
after_success:
- stage: test
env:
Expand Down

0 comments on commit 3770fe7

Please sign in to comment.