Browse Source
travis: don't build binaries on ln branch (also for appimage)
regtest_lnd
SomberNight
6 years ago
No known key found for this signature in database
GPG Key ID: B33B5F232C6271E9
1 changed files with
2 additions and
1 deletions
-
.travis.yml
|
|
@ -77,7 +77,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" |
|
|
|
sudo: true |
|
|
|
language: c |
|
|
|
python: false |
|
|
|