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