From 213563583d8e81bf36988046198a60d2b449a4f3 Mon Sep 17 00:00:00 2001 From: Brian O'Connor Date: Thu, 12 Jan 2017 18:44:39 -0800 Subject: [PATCH] Updating .travis.yml to suppress success notifications --- .travis.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.travis.yml b/.travis.yml index a3fc107..ff5734e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -13,3 +13,8 @@ script: - sudo mn --test pingall - sudo python mininet/test/runner.py -v -quick - sudo python examples/test/runner.py -v -quick + +notifications: + email: + on_success: never +# More details: https://docs.travis-ci.com/user/notifications#Configuring-email-notifications