diff options
| author | bartimaeusnek <33183715+bartimaeusnek@users.noreply.github.com> | 2019-07-16 19:19:41 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-07-16 19:19:41 +0200 |
| commit | 10d27ac2a3c62889273eb95625805aaef1c0d7c7 (patch) | |
| tree | 9ad88734a812efd34cc6fe32e31610c42424a625 | |
| parent | 77f4807e2117c1f4e9209e95f7c986735e37f3b8 (diff) | |
| download | GT5-Unofficial-10d27ac2a3c62889273eb95625805aaef1c0d7c7.tar.gz GT5-Unofficial-10d27ac2a3c62889273eb95625805aaef1c0d7c7.tar.bz2 GT5-Unofficial-10d27ac2a3c62889273eb95625805aaef1c0d7c7.zip | |
added Discord webhook
Former-commit-id: b0fee7b07f5631d70baefba9e70d314c37250cb0
| -rw-r--r-- | .travis.yml | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index 0ce2ec14a9..3948c2908e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -32,4 +32,12 @@ jobs: skip_cleanup: true file_glob: true on: - tags: false
\ No newline at end of file + tags: false +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 |
