1
0

.travis.yml: Add notification for build failures

This commit is contained in:
2017-03-29 12:29:41 +03:00
parent 1c88dbefe6
commit f1276f17ac

View File

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