mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-09-24 23:10:46 +00:00
email notifications about failed builds
This commit is contained in:
@@ -5,3 +5,9 @@ before_install:
|
|||||||
- ./travis/before_install.sh
|
- ./travis/before_install.sh
|
||||||
install: ./travis/install.sh
|
install: ./travis/install.sh
|
||||||
script: ./travis/script.sh
|
script: ./travis/script.sh
|
||||||
|
notifications:
|
||||||
|
email:
|
||||||
|
recipients:
|
||||||
|
- [email protected]
|
||||||
|
on_success: change
|
||||||
|
on_failure: always
|
||||||
Reference in New Issue
Block a user