We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 47b4f3b + 1f6225e commit cc63f4bCopy full SHA for cc63f4b
.travis.yml
@@ -2,8 +2,14 @@ language: python
2
python:
3
- "3.6"
4
5
+before_install:
6
+ - |
7
+ cd $HOME
8
+ git clone https://github.com/xbmc/addon-check
9
+ cd $TRAVIS_BUILD_DIR
10
+
11
install:
- - pip install kodi-addon-checker
12
+ - pip install $HOME/addon-check/
13
14
before_script:
15
- |
@@ -12,11 +18,3 @@ before_script:
18
19
script:
20
- kodi-addon-checker $TRAVIS_BUILD_DIR --branch=isengard
-
16
-notifications:
17
- webhooks: https://www.travisbuddy.com/
- email:
- on_failure: change
21
-travisBuddy:
22
- successBuildLog: true
0 commit comments