We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 65ff547 + f95454d commit e3ce0e7Copy full SHA for e3ce0e7
1 file changed
.travis.yml
@@ -6,7 +6,10 @@ install:
6
- pip install kodi-addon-checker
7
8
script:
9
- - kodi-addon-checker . --branch=isengard
+ - |
10
+ rm -rf LICENSES/
11
+ cd $HOME
12
+ kodi-addon-checker $TRAVIS_BUILD_DIR --branch=isengard
13
14
notifications:
15
webhooks: https://www.travisbuddy.com/
0 commit comments