We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e3ce0e7 commit d6f4cbfCopy full SHA for d6f4cbf
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