From b5a158d0d28e75123913b62dd1b9961b6574cc54 Mon Sep 17 00:00:00 2001 From: terik23 Date: Tue, 30 Jul 2019 23:44:28 +0500 Subject: [PATCH] disable travis email notifications --- .travis.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.travis.yml b/.travis.yml index 708e374..ae57c0a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -61,3 +61,6 @@ install: script: - chmod +x .ci/run.sh - ./.ci/run.sh + +notifications: + email: false