2019-09-21 17:43:01 +02:00
|
|
|
#!/bin/bash
|
|
|
|
|
|
2019-12-22 22:22:33 +01:00
|
|
|
set -ex
|
2020-02-02 14:43:39 +01:00
|
|
|
. .travis/environment.sh
|
2019-09-21 17:43:01 +02:00
|
|
|
|
|
|
|
|
# Travis Webhook
|
|
|
|
|
wget https://raw.githubusercontent.com/DiscordHooks/travis-ci-discord-webhook/master/send.sh
|
|
|
|
|
chmod +x send.sh
|
2019-12-02 02:35:58 +01:00
|
|
|
./send.sh ${1} ${WEBHOOK_URL}
|