mirror of
https://github.com/LBRYFoundation/LBRY-Vault.git
synced 2025-08-23 17:47:31 +00:00
travis: don't build binaries on ln branch (also for appimage)
This commit is contained in:
parent
7644c84e07
commit
5f164bcbe8
1 changed files with 2 additions and 1 deletions
|
@ -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:
|
||||||
|
|
Loading…
Add table
Reference in a new issue