We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 93de880 commit c21c9a3Copy full SHA for c21c9a3
.travis.yml
@@ -20,9 +20,9 @@ before_script:
20
21
script:
22
- make release
23
-
+
24
after_success:
25
- - bash <(curl -s https://codecov.io/bash)
+ - bash <(curl -s https://codecov.io/bash)
26
27
deploy:
28
skip_cleanup: true
@@ -31,3 +31,11 @@ deploy:
31
on:
32
branch: master
33
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