Skip to content

Commit b6e9264

Browse files
committed
ci: Fix build
Submodule dropped Signed-off-by: 林博仁(Buo-ren Lin) <[email protected]>
1 parent 866334c commit b6e9264

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.travis.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ addons:
3333
- realpath # Merged to GNU Coreutils in Ubuntu 16.04
3434

3535
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'
3737
# Don't fetch too less history as it will trigger "Server does not allow request for unadvertised object" error
3838
- git submodule update --depth=30
3939

@@ -47,7 +47,6 @@ before_script:
4747
- git lfs install # Install Git LFS config, which makes LFS files not making Git considered as "dirty"
4848
- git lfs pull
4949
- ./setup-development-environment.bash
50-
- ./'Linters/GNU Bash Automatic Checking Program for Git Projects/GNU Bash Automatic Checking Program for Git Projects.bash'
5150

5251
- pip install --user pre-commit
5352
- git diff-tree -z --no-commit-id --name-only -r HEAD | xargs --null pre-commit run --files

0 commit comments

Comments
 (0)