From 189a68e56e3fc0802c85461d0b29e99566223b0c Mon Sep 17 00:00:00 2001 From: PengTian0 Date: Thu, 27 Jul 2017 04:07:27 -0400 Subject: [PATCH] Disable notification of travis ci triggered by pull request --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index 8ab09f41..b535cc24 100644 --- a/.travis.yml +++ b/.travis.yml @@ -30,3 +30,4 @@ notifications: on_success: never on_failure: always on_start: never + on_pull_requests: false