Skip to content

Commit e3ce0e7

Browse files
authored
Merge pull request #58 from anxdpanic/dev
Update .travis.yml
2 parents 65ff547 + f95454d commit e3ce0e7

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.travis.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,10 @@ install:
66
- pip install kodi-addon-checker
77

88
script:
9-
- kodi-addon-checker . --branch=isengard
9+
- |
10+
rm -rf LICENSES/
11+
cd $HOME
12+
kodi-addon-checker $TRAVIS_BUILD_DIR --branch=isengard
1013
1114
notifications:
1215
webhooks: https://www.travisbuddy.com/

0 commit comments

Comments
 (0)