Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 17 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
language: python
python:
- "3.6"

install:
- pip install kodi-addon-checker

script:
- kodi-addon-checker . --branch=isengard --PR

notifications:
webhooks: https://www.travisbuddy.com/
email:
on_failure: change

travisBuddy:
successBuildLog: true
27 changes: 27 additions & 0 deletions travis-buddy-failure-template.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
@{{pullRequestAuthor}},

Please review the following log and resolve any issues.

{{#jobs}}

<a href="{{link}}">View log</a>

{{#scripts}}

<details>
<summary>
<strong>
{{command}}
</strong>
</summary>

```
{{&contents}}
```

</details>

{{/scripts}}
{{/jobs}}

Thank you for your contribution.
27 changes: 27 additions & 0 deletions travis-buddy-success-template.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
@{{pullRequestAuthor}},

Please review the following log and address any suggestions.

{{#jobs}}

<a href="{{link}}">View log</a>

{{#scripts}}

<details>
<summary>
<strong>
{{command}}
</strong>
</summary>

```
{{&contents}}
```

</details>

{{/scripts}}
{{/jobs}}

Thank you for your contribution.