tfix travis macOS build - electrum - Electrum Bitcoin wallet HTML git clone https://git.parazyd.org/electrum DIR Log DIR Files DIR Refs DIR Submodules --- DIR commit 124d2e23b7f46863cafb47f2b69b6ba4e07d6791 DIR parent f4513c12ebd20fe224af14b1279bdfb520e6bba3 HTML Author: SomberNight <somber.night@protonmail.com> Date: Thu, 29 Nov 2018 13:24:44 +0100 fix travis macOS build Diffstat: M .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- DIR diff --git a/.travis.yml b/.travis.yml t@@ -47,7 +47,7 @@ jobs: python: false install: - git fetch --all --tags - script: ./contrib/build-osx/make_osx + script: ./contrib/osx/make_osx after_script: ls -lah dist && md5 dist/* after_success: true - stage: release check