1
0

.travis.yml: Remove notification config

This is enabled by default actually.
This commit is contained in:
2017-03-29 12:36:48 +03:00
parent 0fc4ef9172
commit 17e47dbde7

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