mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-09-24 21:30:44 +00:00
email notifications about failed builds
This commit is contained in:
+13
-7
@@ -1,7 +1,13 @@
|
|||||||
language: java
|
language: java
|
||||||
jdk: [oraclejdk8]
|
jdk: [oraclejdk8]
|
||||||
before_install:
|
before_install:
|
||||||
- sudo chmod a+x ./travis/*.sh
|
- sudo chmod a+x ./travis/*.sh
|
||||||
- ./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