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