Skip to content
This repository has been archived by the owner on Aug 4, 2022. It is now read-only.

[REEF-1007] Remove invalid notification email from Travis CI build script #672

Closed
wants to merge 1 commit into from

Conversation

dongjoon-hyun
Copy link
Member

JIRA:
REEF-1007

Pull Request:
This closes #

@@ -33,7 +33,7 @@ cache:

notifications:
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is notifications section mandatory if we don't want any notifications? Maybe we could remove it at all?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good point. I think you're right, but let me check for a while.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Oh, according to the documentation (https://docs.travis-ci.com/user/notifications/), the default is sending notifications to committers. To disable notification, we should use false explicitly.

By default, email notifications are sent to the committer and the commit author, if they are members of the repository (that is, they have push or admin permissions for public repositories, or if they have pull, push or admin permissions for private repositories).

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you for checking. I'll merge

@asfgit asfgit closed this in e3352ea Nov 23, 2015
@dongjoon-hyun
Copy link
Member Author

Thank you for merging and amending commit log, @tcNickolas .

@dongjoon-hyun
Copy link
Member Author

Oh, @tcNickolas . Did you get the notification message? I suddenly got one. It should be like the following.

notifications:
  email: false

@tcNickolas
Copy link
Member

No, I didn't.
We probably can fix it under the same JIRA number.

@dongjoon-hyun
Copy link
Member Author

Sure! I reopen the issue and made a quick fix PR, #680 .

markusweimer pushed a commit to markusweimer/reef that referenced this pull request Dec 7, 2015
Before this change Travis used invalid email, so there is no behavior change.

JIRA:
  [REEF-1007](https://issues.apache.org/jira/browse/REEF-1007)

Pull Request:
  This closes apache#672
@dongjoon-hyun dongjoon-hyun deleted the REEF-1007 branch December 10, 2015 14:00
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
2 participants