Browse Source

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>
lilik-openwrt-22.03
Alexandru Ardelean 7 years ago
parent
commit
00481d1515
1 changed files with 2 additions and 0 deletions
  1. +2
    -0
      .travis.yml

+ 2
- 0
.travis.yml View File

@ -1,3 +1,5 @@
git:
depth: 1
language: c
dist: trusty
sudo: false


Loading…
Cancel
Save