Przeglądaj źródła

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

Jan Holthuis 4 lat temu
rodzic
commit
0094217501
1 zmienionych plików z 1 dodań i 1 usunięć
  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