ttravis: don't build binaries on ln branch (also for appimage) - electrum - Electrum Bitcoin wallet
HTML git clone https://git.parazyd.org/electrum
DIR Log
DIR Files
DIR Refs
DIR Submodules
---
DIR commit 5f164bcbe87ca937c5e4c138f1560c904f6c9c0c
DIR parent 7644c84e07e03a1d7a92f2f28a6f8366b91c5696
HTML Author: SomberNight <somber.night@protonmail.com>
Date: Tue, 26 Feb 2019 17:33:39 +0100
ttravis: don't build binaries on ln branch (also for appimage)
Diffstat:
M .travis.yml | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
---
DIR diff --git a/.travis.yml b/.travis.yml
t@@ -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: