File tree Expand file tree Collapse file tree 3 files changed +71
-0
lines changed
Expand file tree Collapse file tree 3 files changed +71
-0
lines changed Original file line number Diff line number Diff line change 1+ language : python
2+ python :
3+ - " 3.6"
4+
5+ install :
6+ - pip install kodi-addon-checker
7+
8+ script :
9+ - kodi-addon-checker . --branch=isengard --PR
10+
11+ notifications :
12+ webhooks : https://www.travisbuddy.com/
13+ email :
14+ on_failure : change
15+
16+ travisBuddy :
17+ successBuildLog : true
Original file line number Diff line number Diff line change 1+ @{{pullRequestAuthor}},
2+
3+ Please review the following log and resolve any issues.
4+
5+ {{#jobs}}
6+
7+ <a href =" {{link}} " >View log</a >
8+
9+ {{#scripts}}
10+
11+ <details >
12+ <summary >
13+ <strong>
14+ {{command}}
15+ </strong>
16+ </summary >
17+
18+ ```
19+ {{&contents}}
20+ ```
21+
22+ </details >
23+
24+ {{/scripts}}
25+ {{/jobs}}
26+
27+ Thank you for your contribution.
Original file line number Diff line number Diff line change 1+ @{{pullRequestAuthor}},
2+
3+ Please review the following log and address any suggestions.
4+
5+ {{#jobs}}
6+
7+ <a href =" {{link}} " >View log</a >
8+
9+ {{#scripts}}
10+
11+ <details >
12+ <summary >
13+ <strong>
14+ {{command}}
15+ </strong>
16+ </summary >
17+
18+ ```
19+ {{&contents}}
20+ ```
21+
22+ </details >
23+
24+ {{/scripts}}
25+ {{/jobs}}
26+
27+ Thank you for your contribution.
You can’t perform that action at this time.
0 commit comments