We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2c1c236 commit ea8169cCopy full SHA for ea8169c
.travis.yml
@@ -49,10 +49,14 @@ before_script:
49
- ./setup-development-environment.bash
50
- ./'Linters/GNU Bash Automatic Checking Program for Git Projects/GNU Bash Automatic Checking Program for Git Projects.bash'
51
52
+- pip install --user pre-commit
53
+- git diff-tree -z --no-commit-id --name-only -r HEAD | xargs --null pre-commit run --files
54
+
55
script:
56
- ./build.bash
57
58
cache:
59
+ pip: true
60
directories:
61
- $HOME/Software
62
0 commit comments