Only for you 😏 xD #20
1 changed files with 9 additions and 0 deletions
|
|
@ -2,3 +2,12 @@ language: java
|
||||||
jdk:
|
jdk:
|
||||||
- oraclejdk12
|
- oraclejdk12
|
||||||
- openjdk12
|
- openjdk12
|
||||||
|
|
||||||
|
after_success:
|
||||||
|
- wget https://raw.githubusercontent.com/DiscordHooks/travis-ci-discord-webhook/master/send.sh
|
||||||
|
- chmod +x send.sh
|
||||||
|
- ./send.sh success $WEBHOOK_URL
|
||||||
|
after_failure:
|
||||||
|
- wget https://raw.githubusercontent.com/DiscordHooks/travis-ci-discord-webhook/master/send.sh
|
||||||
|
- chmod +x send.sh
|
||||||
|
- ./send.sh failure $WEBHOOK_URL
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue