add travis notification hook

This commit is contained in:
Pavol Rusnak 2016-10-06 14:29:09 +02:00
parent 8b22a38bce
commit 6be657114e
No known key found for this signature in database
GPG Key ID: 91F3B339B9A02A3D
1 changed files with 6 additions and 0 deletions

View File

@ -26,3 +26,9 @@ script:
- make build_unix TREZORUI_NOUI=1
- make test
notifications:
webhooks: http://sway.gk2.sk:5000/travis
on_success: always
on_failure: always
on_start: always