diff options
author | Andy Postnikov <apostnikov@gmail.com> | 2018-04-22 15:14:48 +0300 |
---|---|---|
committer | Andy Postnikov <apostnikov@gmail.com> | 2018-04-22 15:58:37 +0300 |
commit | cb3f79afb8f5b161f6dd14204a6f2c2d8967e59b (patch) | |
tree | f9cb59ab04f26793c9d5a1a1e4ea9a4dd141f3a9 /.travis.yml | |
parent | d1161ac9b5a3dbc950b99608e027b3f6710bd515 (diff) | |
download | aports-cb3f79afb8f5b161f6dd14204a6f2c2d8967e59b.tar.bz2 aports-cb3f79afb8f5b161f6dd14204a6f2c2d8967e59b.tar.xz |
travis: fix clone depth
https://docs.travis-ci.com/user/customizing-the-build/#Git-Clone-Depth
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml index f3f3ab7df4..98e6077958 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,5 +1,7 @@ dist: trusty sudo: required +git: + depth: false install: - sudo .travis/install-alpine - sudo .travis/setup-alpine |