Skip to content

Commit

Permalink
Disable travis email notifications.
Browse files Browse the repository at this point in the history
Travis checks on nixpkgs are a waste of time, if people insist on keeping them they can at least not spam our inboxes
  • Loading branch information
shlevy committed Jun 3, 2017
1 parent 4e32f5b commit d0b4c5f
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .travis.yml
Expand Up @@ -24,8 +24,3 @@ matrix:
env:
global:
- GITHUB_TOKEN=5edaaf1017f691ed34e7f80878f8f5fbd071603f

notifications:
email:
on_success: never
on_failure: change

3 comments on commit d0b4c5f

@joachifm
Copy link
Contributor

Choose a reason for hiding this comment

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

Pretty sure this will have the opposite effect ...

@joachifm
Copy link
Contributor

Choose a reason for hiding this comment

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

The correct way to do this would be to specify on_failure: never or specify email: false.

@shlevy
Copy link
Member Author

@shlevy shlevy commented on d0b4c5f Jun 3, 2017

Choose a reason for hiding this comment

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

Thanks, fixed

Please sign in to comment.