Do not clone submodules in travis check
Speed things up, since all checks performed on code in repo, not in any submodule
This commit is contained in:
parent
bc365c6f8b
commit
b22bb54956
|
|
@ -1,6 +1,9 @@
|
|||
language: node_js
|
||||
node_js: "10"
|
||||
|
||||
git:
|
||||
submodules: false
|
||||
|
||||
addons:
|
||||
apt:
|
||||
packages:
|
||||
|
|
|
|||
Loading…
Reference in a new issue