X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=.travis.yml;h=9f1cd6d38d6a59adbd3cafd6d4c44d86a3df65da;hb=42a1964a62ab13f301cbde851ce3d4412fdbdfcd;hp=29257d120ea7aa8d60baf92b8779494195c2b80d;hpb=1436ce716408158ca79abdbd5e02d24091a0facd;p=platform%2Fupstream%2Flibexif.git diff --git a/.travis.yml b/.travis.yml index 29257d1..9f1cd6d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,7 +5,8 @@ sudo: false language: c git: - depth: 1 + # Set to 10 instead of 1 to avoid problems when the most recent commits have [skip ci] + depth: 10 # Install autopoint on Ubuntu (needed for gettext) # This is ignored on bionic for some reason (see below).