electrum

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

commit 7a27d04415d519ff73d5cf20a9360c62f9bce23b
parent 7c7aa5828b6dec4e79cdab0f19f674d6609a7878
Author: Johann Bauer <bauerj@bauerj.eu>
Date:   Tue, 15 May 2018 18:25:51 +0200

Travis: Fix 'No names found, cannot describe anything.' in OS X build

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

diff --git a/.travis.yml b/.travis.yml @@ -18,7 +18,9 @@ jobs: include: - stage: binary builds sudo: true - python: 3.5 + env: + - TARGET_OS=Windows + python: 3.6 install: - sudo dpkg --add-architecture i386 - wget -nc https://dl.winehq.org/wine-builds/Release.key @@ -31,8 +33,11 @@ jobs: after_success: true - os: osx language: c + env: + - TARGET_OS=macOS python: false - install: true + install: + - git fetch origin script: ./contrib/build-osx/make_osx after_script: ls -lah dist && md5 dist/* after_success: true