Remove Travis config

This commit is contained in:
Salmonllama 2020-07-03 22:50:48 -04:00
parent 5290921b16
commit 5831720ca5

View File

@ -1,11 +0,0 @@
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