Skip to content

Commit c21c9a3

Browse files
author
Sam Harrison
committed
chore: update Travis CI Slack notifications
1 parent 93de880 commit c21c9a3

File tree

1 file changed

+10
-2
lines changed

1 file changed

+10
-2
lines changed

Diff for: .travis.yml

+10-2
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,9 @@ before_script:
2020

2121
script:
2222
- make release
23-
23+
2424
after_success:
25-
- bash <(curl -s https://codecov.io/bash)
25+
- bash <(curl -s https://codecov.io/bash)
2626

2727
deploy:
2828
skip_cleanup: true
@@ -31,3 +31,11 @@ deploy:
3131
on:
3232
branch: master
3333
tags: true
34+
35+
notifications:
36+
slack:
37+
if: branch = master
38+
on_success: never
39+
on_failure: change
40+
rooms:
41+
- secure: RdE/BGwjr4B5GktjANWdZx2hRcY5GQNQGN9+NxeJ86K2wkTRsQUpPDSj7jXHHUcD9jz+OJHrwWR5Zbun48wE3nD1O/PDs6QNOvYo/isn6PWKGUq6g2XjACPxM34UDRbrma9hGOJTtuEnar64glZEh6xk31bWCpqg/vVxxg/XhWQ=

0 commit comments

Comments
 (0)