diff options
author | Flame Sage <chris062689@gmail.com> | 2018-01-27 04:01:03 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-01-27 04:01:03 +0100 |
commit | 12d95f0214aa888402ae379b8383d091aae08c74 (patch) | |
tree | fcfa23b7a701ad32bf3fd0e9aed840cd369c250b | |
parent | Merge pull request #144 from KAMiKAZOW/patch-1 (diff) | |
parent | Added webhook notifications to TravisCI build. (diff) | |
download | yuzu-12d95f0214aa888402ae379b8383d091aae08c74.tar yuzu-12d95f0214aa888402ae379b8383d091aae08c74.tar.gz yuzu-12d95f0214aa888402ae379b8383d091aae08c74.tar.bz2 yuzu-12d95f0214aa888402ae379b8383d091aae08c74.tar.lz yuzu-12d95f0214aa888402ae379b8383d091aae08c74.tar.xz yuzu-12d95f0214aa888402ae379b8383d091aae08c74.tar.zst yuzu-12d95f0214aa888402ae379b8383d091aae08c74.zip |
-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 |