Skip to content

Commit 484f0dd

Browse files
committed
slack integration
1 parent f73a3e1 commit 484f0dd

File tree

5 files changed

+8
-0
lines changed

5 files changed

+8
-0
lines changed

.gitignore

+2
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
__pycache__/
2+
*.pyc

.travis.yml

+4
Original file line numberDiff line numberDiff line change
@@ -24,3 +24,7 @@ script:
2424
- molecule verify
2525
after_script:
2626
- molecule destroy
27+
notifications:
28+
slack:
29+
rooms:
30+
secure: JRInXSA/CazS9exNImvkEHQtD6Qovz2ZXxWa8QITzQkNUaw2ZMR4aNA7ipnpkS595+BABbAJyAUX0ig+UykmZNuXoH6U4gq0dRdb9UTn0OOli+Vwk3g0ULoexEzZ349Sn7oMxlS+OUL8R8i2iL2fFqRztUKHSk+JWuj6uem5QlXZw2tTd9+axwtfSybYNc0/oMdF534KJZuYS9E2hPer2wMP1zA2Ee4GAAmNY3Jj3/JruyczeYL4JpeH2A1IPj40dgHRKaLdiEX2FMJnuNZuirM0ohnCxBTwpz9U+94LpGA2id5BqqCrYDgFynxoVK9GxuxXt6hAjrcYDbJ917D4Z1A9cHeB21hniyhYOOThY/C+Ev6MZsoVn0NXuCKO2ADU3Z3r8pRNsWb9WfJkwmADjXdp1q5V2N4gsBRdgcZLJOgtIhOetPOmCumA/UNHySCvndSz5wugb2L2gRiQe5SWvhN9F68TJVN3bpOgCpF5m9dTBUeaD+Mw518/rbglmqtkjo21eF5xKx8CmRw0zFGrWBQ3UVoOgqdxiOwoIZp/wySwdgRpY6Umf4V4c7H4Du0+2O+mVmgu+i5h1BXevNkP8bNYg8x4Lci81tWsLaW+MMUA5tDYpb7xmKN+qbHx7iFyNvVc/oukHlSDZwhreQ889hD+6vOB2a6FDZsQvO0dq9U=

README.md

+2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
[![Build Status](https://travis-ci.com/Kirill-Garbar/db.svg?branch=master)](https://travis-ci.com/Kirill-Garbar/db)
2+
13
Role Name
24
=========
35

Binary file not shown.
-1 KB
Binary file not shown.

0 commit comments

Comments
 (0)