electrum

Electrum Bitcoin wallet
git clone https://git.parazyd.org/electrum
Log | Files | Refs | Submodules

commit 92d16e8b103964d247561e7eb8f560a47b3f41db
parent 2aefc8440a8964c95df4cff4a311cf26c9eb1ae3
Author: SomberNight <somber.night@protonmail.com>
Date:   Fri, 26 Oct 2018 15:56:08 +0200

follow-up prev: unshallow no longer needed

Diffstat:
M.travis.yml | 2--
1 file changed, 0 insertions(+), 2 deletions(-)

diff --git a/.travis.yml b/.travis.yml @@ -47,14 +47,12 @@ jobs: python: false install: - git fetch --all --tags - - git fetch origin --unshallow script: ./contrib/build-osx/make_osx after_script: ls -lah dist && md5 dist/* after_success: true - stage: release check install: - git fetch --all --tags - - git fetch origin --unshallow script: - ./contrib/deterministic-build/check_submodules.sh after_success: true