Skip to content
This repository was archived by the owner on Feb 23, 2021. It is now read-only.

Commit af05b89

Browse files
committed
Activate release notes script in deployment
1 parent 1b614e1 commit af05b89

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.travis.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,9 @@ script:
3232

3333
deploy:
3434
provider: script
35-
script: ./assets/script/build_app.sh
35+
script:
36+
- ./assets/script/build_app.sh
37+
- ./assets/script/release_notes.sh
3638
skip_cleanup: true
3739
on:
3840
repo: lightninglabs/lightning-app

0 commit comments

Comments
 (0)