.travis.yml: Add notification for build failures
This commit is contained in:
parent
1c88dbefe6
commit
f1276f17ac
@ -6,5 +6,9 @@ before_script: git clone https://github.com/alanorth/hugo-theme-bootstrap4-blog.
|
|||||||
script: hugo
|
script: hugo
|
||||||
sudo: false
|
sudo: false
|
||||||
dist: trusty
|
dist: trusty
|
||||||
|
notifications:
|
||||||
|
email:
|
||||||
|
on_success: never
|
||||||
|
on_failure: always
|
||||||
|
|
||||||
# vim: ts=2 sw=2 et
|
# vim: ts=2 sw=2 et
|
||||||
|
Loading…
Reference in New Issue
Block a user