Explorar el Código

.travis.yml: Show diff on pre-commit failure

Jan Holthuis hace 4 años
padre
commit
0094217501
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      .travis.yml

+ 1 - 1
.travis.yml

@@ -13,7 +13,7 @@ install:
 - python setup.py install
 
 before_script:
-- pre-commit run --all-files
+- pre-commit run --all-files --show-diff-on-failure
 script:
 - mkdir html
 - git fetch --all