diff options
author | Flame Sage <chris062689@gmail.com> | 2018-01-27 02:53:25 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-01-27 02:53:25 +0000 |
commit | c93136a2bfb8b7f06958039bbea19e1c7b2db0bf (patch) | |
tree | fcfa23b7a701ad32bf3fd0e9aed840cd369c250b | |
parent | 4cd2b475cbb81d704b9d54adb3da0cafe0568877 (diff) |
Added webhook notifications to TravisCI build.
-rw-r--r-- | .travis.yml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml index 4f2b17465..e2742b5fe 100644 --- a/.travis.yml +++ b/.travis.yml @@ -42,3 +42,8 @@ deploy: skip_cleanup: true on: tags: true + +notifications: + webhooks: + urls: + - https://api.yuzu-emu.org/code/travis/notify |