+ travis: slack notifications
This commit is contained in:
parent
1f0c8c6a3b
commit
8aef6d8f91
|
@ -33,6 +33,9 @@ script:
|
|||
after_success:
|
||||
- bash <(curl -s https://codecov.io/bash)
|
||||
|
||||
notifications:
|
||||
slack: $SLACK_TOKEN
|
||||
|
||||
matrix:
|
||||
include:
|
||||
# Release build configuration
|
||||
|
|
Loading…
Reference in New Issue