From 17e47dbde7d03bb48abc4fdafc910b86ac02efd4 Mon Sep 17 00:00:00 2001 From: Alan Orth Date: Wed, 29 Mar 2017 12:36:48 +0300 Subject: [PATCH] .travis.yml: Remove notification config This is enabled by default actually. --- .travis.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.travis.yml b/.travis.yml index ab87a1f4..2fa67658 100644 --- a/.travis.yml +++ b/.travis.yml @@ -6,9 +6,5 @@ before_script: git clone https://github.com/alanorth/hugo-theme-bootstrap4-blog. script: hugo sudo: false dist: trusty -notifications: - email: - on_success: never - on_failure: always # vim: ts=2 sw=2 et