socialnetworknews-web

A open-source Paper.li clone
git clone git://archive.git.mtrnord.blog/SocialNetworkNews/socialnetworknews-web.git
Log | Files | Refs | README | LICENSE

commit 7c2e4ba8136347cce9188580dd15db2efd86f512
parent bdaeed1f5f3c7952428ab565f4c2f25aee8a7b14
Author: MTRNord <mtrnord1@gmail.com>
Date:   Sun, 20 May 2018 19:37:58 +0200

Add notifications for the matrix room

Diffstat:
M.travis.yml | 8++++++++
1 file changed, 8 insertions(+), 0 deletions(-)

diff --git a/.travis.yml b/.travis.yml @@ -19,3 +19,11 @@ script: - yarn run build:ssr - yarn run e2e - yarn run test + +notifications: + webhooks: + urls: + - https://riot.nordgedanken.de:4040/api/v1/dimension/webhooks/travisci/5E5AvHvIZsWAgqHcNJOkseuHZHeJVeNQefikK6M1JldUduQCnXjyMTdhhgdbRcXQfITmPuCU0LHbXYxjdwhyyj7JR9ll7Fe2OVNL0hvRxfdjA0QL8w8SEUisfNs83pLDrPYGZSs0clq8NZXuH5wi2gHT2WmRq1Gw + on_success: change # always | never | change + on_failure: always + on_start: never