diff options
author | milestogo <milestogo@users.noreply.github.com> | 2017-02-12 21:24:55 -0800 |
---|---|---|
committer | milestogo <milestogo@users.noreply.github.com> | 2017-02-12 21:24:55 -0800 |
commit | 1622d7147b1647a7e0da47386c919a5a95cd1a29 (patch) | |
tree | 8784b3400e87b6134316844b0111c35e8b8af9c5 /.travis.yml | |
parent | 2d655b18303620efc8eeb8529274a106cd438fd8 (diff) | |
parent | 4010360912125c120904e2d5294963db2d4ded65 (diff) |
:
Merge branch 'master' of https://github.com/jackhumbert/qmk_firmware
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml index 18ecde7e3c..6c26e41128 100644 --- a/.travis.yml +++ b/.travis.yml @@ -30,3 +30,10 @@ addons: - diffutils after_success: bash util/travis_compiled_push.sh +notifications: + webhooks: + urls: + - https://webhooks.gitter.im/e/cca31de3d44b9adb617b + on_success: change # options: [always|never|change] default: always + on_failure: always # options: [always|never|change] default: always + on_start: never # options: [always|never|change] default: always
\ No newline at end of file |