Welcome back, Travis!

This commit is contained in:
Salmonllama 2020-07-11 13:05:40 -04:00
parent 23c1fe4f37
commit 21f3a03520

11
.travis.yml Normal file
View File

@ -0,0 +1,11 @@
language: java
jdk:
- openjdk11
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