From 611837319100a1699cfa5350bf0dbb0681ecaa53 Mon Sep 17 00:00:00 2001 From: Dakota Benjamin Date: Wed, 26 May 2021 10:25:30 -0400 Subject: [PATCH] Add OpsGenie Integration --- .travis.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.travis.yml b/.travis.yml index 6480e4aa..26309a69 100644 --- a/.travis.yml +++ b/.travis.yml @@ -89,3 +89,6 @@ jobs: # env: CATALOG_API_VERSION=latest BROWSER=chrome # - <<: *integration-test # env: CATALOG_API_VERSION=latest BROWSER=edge + +notifications: + webhooks: https://api.opsgenie.com/v1/json/travisci?apiKey=$OPSGENIE_API_KEY \ No newline at end of file