travis: don't build binaries on ln branch (also for appimage)
This commit is contained in:
@@ -72,7 +72,8 @@ jobs:
|
|||||||
script: ./contrib/osx/make_osx
|
script: ./contrib/osx/make_osx
|
||||||
after_script: ls -lah dist && md5 dist/*
|
after_script: ls -lah dist && md5 dist/*
|
||||||
after_success: true
|
after_success: true
|
||||||
- name: "AppImage build"
|
- if: branch = master # don't build binaries on lightning branch
|
||||||
|
name: "AppImage build"
|
||||||
language: c
|
language: c
|
||||||
python: false
|
python: false
|
||||||
services:
|
services:
|
||||||
|
|||||||
Reference in New Issue
Block a user