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 19d4d50 commit 69f8995Copy full SHA for 69f8995
.travis.yml
@@ -37,6 +37,7 @@ addons:
37
38
before_install:
39
- git submodule init 'Continuous Integration/Utilities for Travis CI' 'Linters/GNU Bash Automatic Checking Program for Git Projects'
40
+# Don't fetch too less history as it will trigger "Server does not allow request for unadvertised object" error
41
- git submodule update --depth=30
42
43
install:
0 commit comments