Skip to content

Commit c1a0e10

Browse files
committed
email notify edited
1 parent e78db8f commit c1a0e10

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.travis.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,5 +43,8 @@ after_success:
4343
- echo "success"
4444
# Notify Ansible Galaxy when an ansible role builds successfully.
4545
notifications:
46-
email: false
46+
#email: false
47+
email:
48+
on_success: never # default: change
49+
on_failure: always # default: always
4750
webhooks: https://galaxy.ansible.com/api/v1/notifications/

0 commit comments

Comments
 (0)