From 5ccb4ad879c2dfd11354e769bf2edab5930eda7d Mon Sep 17 00:00:00 2001 From: Samuel Shifterovich Date: Thu, 27 Dec 2018 16:45:40 +0100 Subject: [PATCH] Remove notifications section --- .travis.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.travis.yml b/.travis.yml index da862775..0c608e75 100644 --- a/.travis.yml +++ b/.travis.yml @@ -13,7 +13,3 @@ script: ./.github/ci_build sudo: false # route your build to the container-based infrastructure for a faster build cache: bundler # caching bundler gem packages will speed up build - -# Optional: disable email notifications about the outcome of your builds -notifications: - email: false