Skip to content

Commit

Permalink
.travis.yml, appveyor.yml - tweak email notification
Browse files Browse the repository at this point in the history
notify on failures only
  • Loading branch information
Allen Winter committed May 28, 2021
1 parent 7cd6928 commit b3e3752
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
8 changes: 8 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,14 @@ script:
- make
- make test

notifications:
email:
recipients:
- [email protected]
- [email protected]
on_success: never
on_failure: always

dist: bionic
addons:
apt:
Expand Down
3 changes: 2 additions & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,4 +75,5 @@ notifications:
- provider: Email
to:
- [email protected]
on_build_status_changed: true
- [email protected]
on_build_failure: true

0 comments on commit b3e3752

Please sign in to comment.