Update .travis.yml

This commit is contained in:
Hax 2019-10-29 16:45:23 +01:00 committed by GitHub
parent 89986cf371
commit fd80e95a06
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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