File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change 9
9
- depends/sdk-sources
10
10
- $HOME/.ccache
11
11
git :
12
- depth : false # full clone for git subtree check, this works around issue #12388
12
+ depth : 1
13
13
env :
14
14
global :
15
15
- MAKEJOBS=-j3
@@ -48,6 +48,7 @@ install:
48
48
- if [ -n "$PACKAGES" ]; then travis_retry sudo apt-get install --no-install-recommends --no-upgrade -qq $PACKAGES; fi
49
49
- if [ "$CHECK_DOC" = 1 -a "$TRAVIS_EVENT_TYPE" = "pull_request" ]; then travis_retry pip3 install flake8 --user; fi
50
50
before_script :
51
+ - if [ "$CHECK_DOC" = 1 ]; then git fetch --unshallow; fi
51
52
- if [ "$CHECK_DOC" = 1 -a "$TRAVIS_EVENT_TYPE" = "pull_request" ]; then contrib/devtools/commit-script-check.sh $TRAVIS_COMMIT_RANGE; fi
52
53
- if [ "$CHECK_DOC" = 1 ]; then contrib/devtools/git-subtree-check.sh src/crypto/ctaes; fi
53
54
- if [ "$CHECK_DOC" = 1 ]; then contrib/devtools/git-subtree-check.sh src/secp256k1; fi
You can’t perform that action at this time.
0 commit comments