Add Slack notifications to Travis CI config

This commit is contained in:
Brad Ison 2018-06-13 14:51:53 -04:00
parent 0b0bd156f7
commit 86e5b87211
No known key found for this signature in database
GPG key ID: 972D14B0BE6DE287

View file

@ -56,3 +56,11 @@ jobs:
- stage: clean - stage: clean
script: scripts/ci clean script: scripts/ci clean
notifications:
slack:
rooms:
- secure: "fBR3YMXaOkoX2Iz7oSJVAw9zrcDoqwadiMEWTWhx7Ic0zoM8IieD2EWIcDHAoGpqf3ixHkc1v/iLBpbWHgvK7TkrSrGEbFyEmu/uomuHU8oGTiazWCbMWg9T2mhWYFyVaKtt8bzMbFo8k72kYK/NWV8bR4W/Qe/opkH2GGzfhZA="
on_success: change
on_failure: always
on_pull_requests: false