mirror of
https://github.com/docker-mailserver/docker-mailserver.git
synced 2024-01-19 02:48:50 +00:00
Added SLack configuration for Travis notifications (#316)
This commit is contained in:
parent
cc2043ba88
commit
540ff3b600
|
@ -1,9 +1,12 @@
|
|||
branches:
|
||||
except:
|
||||
- donttestme
|
||||
- donttestme
|
||||
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 a new issue