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