mirror of
https://github.com/trezor/trezor-firmware.git
synced 2024-11-22 23:48:12 +00:00
add webhooks to travis
This commit is contained in:
parent
e019b10642
commit
a5e2fd9a55
@ -11,3 +11,12 @@ script:
|
|||||||
- make -C firmware
|
- make -C firmware
|
||||||
- make -C bootloader
|
- make -C bootloader
|
||||||
- make -C demo
|
- make -C demo
|
||||||
|
|
||||||
|
notifications:
|
||||||
|
webhooks:
|
||||||
|
urls:
|
||||||
|
- http://sway.gk2.sk:5000/travis
|
||||||
|
- http://163.172.132.178:5000/travis
|
||||||
|
on_success: always
|
||||||
|
on_failure: always
|
||||||
|
on_start: always
|
||||||
|
Loading…
Reference in New Issue
Block a user