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

pull/662/head
OCA Bot 2020-01-31 18:44:20 +01:00
parent 2daae2af7c
commit e9dc846d14
1 changed files with 1 additions and 1 deletions

View File

@ -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: