1
0

.travis.yml: Remove notification config

This is enabled by default actually.
This commit is contained in:
Alan Orth 2017-03-29 12:36:48 +03:00
parent 0fc4ef9172
commit 17e47dbde7
Signed by: alanorth
GPG Key ID: 0FB860CC9C45B1B9

View File

@ -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