File tree Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ addons:
33
33
- realpath # Merged to GNU Coreutils in Ubuntu 16.04
34
34
35
35
before_install :
36
- - git submodule init 'Continuous Integration/Utilities for Travis CI' 'Linters/GNU Bash Automatic Checking Program for Git Projects'
36
+ - git submodule init 'Continuous Integration/Utilities for Travis CI'
37
37
# Don't fetch too less history as it will trigger "Server does not allow request for unadvertised object" error
38
38
- git submodule update --depth=30
39
39
@@ -47,7 +47,6 @@ before_script:
47
47
- git lfs install # Install Git LFS config, which makes LFS files not making Git considered as "dirty"
48
48
- git lfs pull
49
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
50
52
51
- pip install --user pre-commit
53
52
- git diff-tree -z --no-commit-id --name-only -r HEAD | xargs --null pre-commit run --files
You can’t perform that action at this time.
0 commit comments