From 9353473bc55106b81f89ff6ca46fe3babbf9a2e8 Mon Sep 17 00:00:00 2001 From: nhmall Date: Tue, 14 Apr 2020 01:16:24 -0400 Subject: [PATCH] turn off email --- .travis.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.travis.yml b/.travis.yml index e220db861..1568ec754 100644 --- a/.travis.yml +++ b/.travis.yml @@ -98,10 +98,10 @@ matrix: script: "cd sys/unix/ && sh setup.sh hints/$HINTS && cd ../../ && make install" # sudo: false -notifications: - email: - recipients: - - devteam@nethack.org +notifications: false +# email: +# recipients: +# - devteam@nethack.org # deploy: provider: releases -- 2.40.0