Browse Source

Merge pull request #147 from chris062689/master

Added webhook notifications to TravisCI build.
nce_cpp
Flame Sage 8 years ago
committed by GitHub
parent
commit
a7e6382b15
  1. 5
      .travis.yml

5
.travis.yml

@ -42,3 +42,8 @@ deploy:
skip_cleanup: true skip_cleanup: true
on: on:
tags: true tags: true
notifications:
webhooks:
urls:
- https://api.yuzu-emu.org/code/travis/notify
Loading…
Cancel
Save