From 839c39577ac63dcca1c27038a2b0fb893e683a99 Mon Sep 17 00:00:00 2001 From: Mike Taylor Date: Tue, 10 Apr 2018 16:57:14 -0500 Subject: [PATCH] Issue #2352. Add TravisBuddy integration --- .travis.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.travis.yml b/.travis.yml index 4d0db5924..ab9de1d33 100644 --- a/.travis.yml +++ b/.travis.yml @@ -31,6 +31,10 @@ env: global: - ISSUES_REPO_URI=webcompat/webcompat-tests/issues +notifications: + webhooks: https://www.travisbuddy.com/?insertMode=update + on_success: never + before_install: - "export DISPLAY=:99.0" - "sh -e /etc/init.d/xvfb start"