URI: 
       ttravis: make sure to have latest tag - electrum - Electrum Bitcoin wallet
  HTML git clone https://git.parazyd.org/electrum
   DIR Log
   DIR Files
   DIR Refs
   DIR Submodules
       ---
   DIR commit 2aefc8440a8964c95df4cff4a311cf26c9eb1ae3
   DIR parent 791e0e1a67fee73c8d1da7ca4c733a21ce1ea628
  HTML Author: SomberNight <somber.night@protonmail.com>
       Date:   Fri, 26 Oct 2018 15:34:46 +0200
       
       ttravis: make sure to have latest tag
       
       The Win/Mac build scripts name the binaries using "git describe --tags",
       so reproducibility requires git to find the latest tag.
       By default, Travis uses depth=50.
       
       Diffstat:
         M .travis.yml                         |       4 ++++
       
       1 file changed, 4 insertions(+), 0 deletions(-)
       ---
   DIR diff --git a/.travis.yml b/.travis.yml
       t@@ -4,12 +4,16 @@ language: python
        python:
            - 3.6
            - 3.7
       +git:
       +  depth: false
        addons:
          apt:
            sources:
              - sourceline: 'ppa:tah83/secp256k1'
            packages:
              - libsecp256k1-0
       +before_install:
       +  - git tag
        install:
          - pip install -r contrib/requirements/requirements-travis.txt
        cache: