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