Added SLack configuration for Travis notifications (#316)
This commit is contained in:
parent
cc2043ba88
commit
540ff3b600
|
@ -4,6 +4,9 @@ branches:
|
|||
language: bash
|
||||
sudo: required
|
||||
services:
|
||||
- docker
|
||||
- docker
|
||||
script:
|
||||
- make all
|
||||
- make all
|
||||
notifications:
|
||||
slack:
|
||||
secure: TTo1z9nbZCWcIdfPwypubNa3y+pwvfgDGlzEVAGEuK7uuIpmEoAcAUNSSPTnbewDGHnDl8t/ml93MtvP+a+IVuAKytMqF39PHyoZO7aUl9J62V+G75OmnyGjXGJm40pQosCS6LzqoRRYXotl9+fwH568Kf4ifXCrMZX1d+ir7Ww=
|
||||
|
|
Loading…
Reference in New Issue