From 516fd4afc4386ca7e0f5dd46fc5b8c28937dbbba Mon Sep 17 00:00:00 2001 From: Ellaismer Date: Tue, 27 Mar 2018 02:56:15 -0400 Subject: [PATCH] Remove travis CI notifications --- .travis.yml | 7 ------- 1 file changed, 7 deletions(-) diff --git a/.travis.yml b/.travis.yml index cade11700f..5e7098090e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -189,10 +189,3 @@ matrix: submodules: false # avoid cloning ethereum/tests script: - go run build/ci.go purge -store gethstore/builds -days 14 - -notifications: - webhooks: - urls: - - https://webhooks.gitter.im/e/e09ccdce1048c5e03445 - on_success: change - on_failure: always