Browse Source

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

regtest_lnd
SomberNight 6 years ago
parent
commit
55bafb502d
No known key found for this signature in database GPG Key ID: B33B5F232C6271E9
  1. 3
      .travis.yml

3
.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

Loading…
Cancel
Save