From f1276f17ac73e9b411c024eb0fd245bbd09ec120 Mon Sep 17 00:00:00 2001 From: Alan Orth Date: Wed, 29 Mar 2017 12:29:41 +0300 Subject: [PATCH] .travis.yml: Add notification for build failures --- .travis.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.travis.yml b/.travis.yml index 2fa67658..ab87a1f4 100644 --- a/.travis.yml +++ b/.travis.yml @@ -6,5 +6,9 @@ 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