Skip to content

Commit

Permalink
Enable Travis notifications for master builds
Browse files Browse the repository at this point in the history
  • Loading branch information
fingolfin authored and sebasguts committed Jun 17, 2019
1 parent 9da78fd commit f817e2c
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,3 +49,8 @@ after_script:
- rm -rf gap # delete GAP if present, to avoid collecting its coverage data
- julia etc/gather_coverage.jl
- bash <(curl -s https://codecov.io/bash)

notifications:
slack: oscar-system:YdfRQxe8n9BvxtJdNgpZ1cpt
on_success: change # default: always
on_failure: always # default: always

0 comments on commit f817e2c

Please sign in to comment.