add webhooks to travis

This commit is contained in:
Pavol Rusnak 2016-11-23 11:50:14 +01:00
parent e019b10642
commit a5e2fd9a55
No known key found for this signature in database
GPG Key ID: 91F3B339B9A02A3D
1 changed files with 9 additions and 0 deletions

View File

@ -11,3 +11,12 @@ script:
- make -C firmware
- make -C bootloader
- make -C demo
notifications:
webhooks:
urls:
- http://sway.gk2.sk:5000/travis
- http://163.172.132.178:5000/travis
on_success: always
on_failure: always
on_start: always