tFollow-up 2fe8d8 - electrum - Electrum Bitcoin wallet HTML git clone https://git.parazyd.org/electrum DIR Log DIR Files DIR Refs DIR Submodules --- DIR commit 86e2f3f561bf651cfcf270324d5c2b794e491dcf DIR parent 2fe8d8ce54c8b6a59b74c94b47a1dcb236063044 HTML 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(-) --- DIR diff --git a/.travis.yml b/.travis.yml t@@ -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