mirror of
https://github.com/ONLYOFFICE/DocumentServer.git
synced 2026-02-10 20:45:36 +08:00
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:
committed by
Alexey Golubev
parent
f9782095b1
commit
629b9875bf
@ -1,6 +1,9 @@
|
||||
language: node_js
|
||||
node_js: "10"
|
||||
|
||||
git:
|
||||
submodules: false
|
||||
|
||||
addons:
|
||||
apt:
|
||||
packages:
|
||||
|
||||
Reference in New Issue
Block a user