From 736aa92b5e70e0fd1b1fb372510e422e46889b77 Mon Sep 17 00:00:00 2001 From: Leonardo Di Donato Date: Thu, 18 Jul 2019 10:23:56 +0000 Subject: [PATCH] chore: remove travis notifications Signed-off-by: Leonardo Di Donato --- .travis.yml | 7 ------- 1 file changed, 7 deletions(-) diff --git a/.travis.yml b/.travis.yml index c7795e09..3a9831b7 100644 --- a/.travis.yml +++ b/.travis.yml @@ -34,10 +34,3 @@ install: script: - mkdir build - ./hack/build.sh "${TRAVIS_BUILD_DIR}/.." "${TRAVIS_BUILD_DIR}/build" -notifications: - webhooks: - urls: - # - https://webhooks.gitter.im/e/fdbc2356fb0ea2f15033 - on_success: change - on_failure: always - on_start: never