[UPD] .travis.yml: Use verbose colored pre-commit [skip ci]

pull/1768/head
OCA Bot 2020-01-31 18:52:21 +01:00
parent 30a83621ee
commit a99ba67a13
1 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,7 @@ jobs:
name: "pre-commit" name: "pre-commit"
before_install: before_install:
install: pip install pre-commit 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: after_success:
- stage: test - stage: test
env: env: