From 9f90179befe57cb4d382015be461f8b4cbe78d9f Mon Sep 17 00:00:00 2001 From: Pavol Rusnak Date: Mon, 12 Jun 2017 14:38:07 +0200 Subject: [PATCH] update travis notification url --- .travis.yml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.travis.yml b/.travis.yml index c85b79f..7b1ace8 100644 --- a/.travis.yml +++ b/.travis.yml @@ -27,3 +27,11 @@ install: script: - python setup.py install + +notifications: + webhooks: + urls: + - http://ci-bot.satoshilabs.com:5000/travis + on_success: always + on_failure: always + on_start: always