Update .travis.yml
This commit is contained in:
parent
89986cf371
commit
fd80e95a06
1 changed files with 9 additions and 0 deletions
|
|
@ -2,3 +2,12 @@ language: java
|
|||
jdk:
|
||||
- oraclejdk12
|
||||
- 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