File tree 1 file changed +6
-1
lines changed
1 file changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -10,9 +10,14 @@ permalink: notifications/
10
10
11
11
Travis CI can notify you about your build results through email, IRC and/or webhooks.
12
12
13
+ By default, email notifications will be sent to the committer and the commit
14
+ author, if they are members of the repository (that is, they have push or admin
15
+ permissions for public repositories, or if they have pull, push or admin
16
+ permissions for private repositories).
17
+
13
18
By default it will send emails to
14
19
15
- * the owners of the repository , if the build occurs on the [ default branch ] ( https://help.github.com/articles/setting-the-default-branch )
20
+ * the committer and author , if they are members of the repository
16
21
* the committer and author, if they are also members of the repository, if the build occurs on a non-default branch
17
22
18
23
And it will by default send emails when, on the given branch:
You can’t perform that action at this time.
0 commit comments