mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-09-24 20:40:47 +00:00
email notifications about failed builds
This commit is contained in:
+13
-7
@@ -1,7 +1,13 @@
|
||||
language: java
|
||||
jdk: [oraclejdk8]
|
||||
before_install:
|
||||
- sudo chmod a+x ./travis/*.sh
|
||||
- ./travis/before_install.sh
|
||||
install: ./travis/install.sh
|
||||
script: ./travis/script.sh
|
||||
language: java
|
||||
jdk: [oraclejdk8]
|
||||
before_install:
|
||||
- sudo chmod a+x ./travis/*.sh
|
||||
- ./travis/before_install.sh
|
||||
install: ./travis/install.sh
|
||||
script: ./travis/script.sh
|
||||
notifications:
|
||||
email:
|
||||
recipients:
|
||||
- [email protected]
|
||||
on_success: change
|
||||
on_failure: always
|
||||
Reference in New Issue
Block a user