Skip to content

Commit

Permalink
CI: Remove notifications comming from Travis CI (#663)
Browse files Browse the repository at this point in the history
With enough people using GitHub directly and using PR for code submission,
there is no need to send the emails to the mailing list or group of developers.
Travis status shows right next to each commit and PR and together with results from GitHub Actions.
  • Loading branch information
wenzeslaus authored May 24, 2020
1 parent 7b69bd2 commit 5d19d02
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,12 +37,4 @@ after_success:
- bash < (curl -s https://codecov.io/bash)

notifications:
email:
recipients:
- grass-dev@lists.osgeo.org
- landa.martin@gmail.com
- wenzeslaus@gmail.com
on_success: change
on_failure: always
irc: "chat.freenode.net#grass"

0 comments on commit 5d19d02

Please sign in to comment.