From b7ca267ba0e9af7e5982153f8b2ca38ccbdf9917 Mon Sep 17 00:00:00 2001 From: Joseph Petersen Date: Fri, 29 Mar 2019 14:34:07 +0100 Subject: [PATCH] Disable travis email notfications --- .travis.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.travis.yml b/.travis.yml index 2bfdc770f2f0..eeca269aaf01 100644 --- a/.travis.yml +++ b/.travis.yml @@ -9,3 +9,6 @@ arch: script: - "curl -s https://raw.githubusercontent.com/mikkeloscar/arch-travis/master/arch-travis.sh | bash" + +notifications: + email: false