Skip to content

Commit d6f4cbf

Browse files
committed
Update .travis.yml
1 parent e3ce0e7 commit d6f4cbf

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.travis.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,13 @@ python:
55
install:
66
- pip install kodi-addon-checker
77

8-
script:
8+
before_script:
99
- |
1010
rm -rf LICENSES/
1111
cd $HOME
12-
kodi-addon-checker $TRAVIS_BUILD_DIR --branch=isengard
12+
13+
script:
14+
- kodi-addon-checker $TRAVIS_BUILD_DIR --branch=isengard
1315

1416
notifications:
1517
webhooks: https://www.travisbuddy.com/

0 commit comments

Comments
 (0)