electrum

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

commit 86e2f3f561bf651cfcf270324d5c2b794e491dcf
parent 2fe8d8ce54c8b6a59b74c94b47a1dcb236063044
Author: Johann Bauer <bauerj@bauerj.eu>
Date:   Tue, 15 May 2018 19:48:35 +0200

Follow-up 2fe8d8

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

diff --git a/.travis.yml b/.travis.yml @@ -37,8 +37,8 @@ jobs: - TARGET_OS=macOS python: false install: - - git fetch --all --tags -v - - git tag -l + - git fetch --all --tags + - git fetch origin --unshallow script: ./contrib/build-osx/make_osx after_script: ls -lah dist && md5 dist/* after_success: true