mirror of
https://github.com/novatiq/packages.git
synced 2026-04-30 15:38:40 +01:00
build,travis: limit git depth to 1 level
It's just a minor optimization of the build. No need to clone up to 50 revisions back (travis default) Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
This commit is contained in:
@@ -1,3 +1,5 @@
|
|||||||
|
git:
|
||||||
|
depth: 1
|
||||||
language: c
|
language: c
|
||||||
dist: trusty
|
dist: trusty
|
||||||
sudo: false
|
sudo: false
|
||||||
|
|||||||
Reference in New Issue
Block a user