Skip to content

Commit

Permalink
.travis.yml: disable email notification until travis has a per-repo n…
Browse files Browse the repository at this point in the history
…otification
  • Loading branch information
junghans committed May 10, 2016
1 parent 83dffc1 commit 420e1be
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,3 @@ cache:

compiler:
- gcc

notifications:
email:
- flecsi-commit@lanl.gov

4 comments on commit 420e1be

@junghans
Copy link
Member Author

Choose a reason for hiding this comment

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

@charest: Hope that helps!

@junghans
Copy link
Member Author

Choose a reason for hiding this comment

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

@martinec
Copy link

Choose a reason for hiding this comment

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

Struggled with the same problem, now I've secured the email address, in your case it can be done by using travis encrypt "flecsi-commit@lanl.gov" --add notifications.email.recipients, this will avoid receiving notifications from forks. This workaround comes from travis-ci/issues/1094

@junghans
Copy link
Member Author

Choose a reason for hiding this comment

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

Re-enabled in 7a8e47d

Please sign in to comment.