electrum

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

commit 2fe8d8ce54c8b6a59b74c94b47a1dcb236063044
parent e375bf48c48620093a76de17b48c5ee1cadee686
Author: Johann Bauer <bauerj@bauerj.eu>
Date:   Tue, 15 May 2018 19:32:43 +0200

Follow-up 7a27d04

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

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