Skip to content

Commit

Permalink
Add Slack notification for Travis CI runs (#283)
Browse files Browse the repository at this point in the history
* Add Slack notification for Travis CI runs

* Notify always on failure, only on change on success
  • Loading branch information
mdickinson authored May 11, 2020
1 parent a85a0ec commit 7e34145
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,3 +42,9 @@ after_success:
- edm run -- coverage combine
- edm run -- pip install codecov
- edm run -- codecov

notifications:
slack:
secure: XOXbiCa2wjxwYpRPPfib863y1jE2PiDBtsCZQUDPh3IrJhHAAGEPgcICbMYPkgKz3+6rqVvfwwj1Xictw4wI8dtvcqROz5iZek/14V3tDhPAp0iHBEvOibSFZP7VK6tZgVp7uTSc1p4bJd2GEX0yKMyaOdXCYQf42y6YYV97xNA=
on_success: change
on_failure: always

0 comments on commit 7e34145

Please sign in to comment.