1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2025-02-17 01:52:02 +00:00

travis: add webhooks

This commit is contained in:
Pavol Rusnak 2017-04-11 17:16:30 +02:00
parent 4dba3ca38a
commit 242b415453
No known key found for this signature in database
GPG Key ID: 91F3B339B9A02A3D

View File

@ -25,3 +25,12 @@ script:
- ITERS=10 py.test
- mkdir _build && cd _build && cmake .. && make && cd ..
- cd emscripten && rm trezor-crypto.js && make docker-build && make test-correctness && cd ..
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