8000 git: depth 1, submodules not recursive · arduino-collections/Arduino@75a83f6 · GitHub
[go: up one dir, main page]

Skip to content

Commit 75a83f6

Browse files
committed
git: depth 1, submodules not recursive
1 parent 2c45392 commit 75a83f6

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.travis.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,13 @@ cache:
66
directories:
77
- $HOME/astyle
88

9+
git:
10+
depth: 1
11+
submodules: false
12+
13+
before_install:
14+
- git submodule update --init
15+
916
stages:
1017
- build
1118
- deploy

0 commit comments

Comments
 (0)
0