electrum

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

commit 5f164bcbe87ca937c5e4c138f1560c904f6c9c0c
parent 7644c84e07e03a1d7a92f2f28a6f8366b91c5696
Author: SomberNight <somber.night@protonmail.com>
Date:   Tue, 26 Feb 2019 17:33:39 +0100

travis: don't build binaries on ln branch (also for appimage)

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

diff --git a/.travis.yml b/.travis.yml @@ -72,7 +72,8 @@ jobs: script: ./contrib/osx/make_osx after_script: ls -lah dist && md5 dist/* after_success: true - - name: "AppImage build" + - if: branch = master # don't build binaries on lightning branch + name: "AppImage build" language: c python: false services: