Skip to content

Commit cc63f4b

Browse files
authored
Merge pull request #60 from anxdpanic/dev
Update .travis.yml
2 parents 47b4f3b + 1f6225e commit cc63f4b

File tree

1 file changed

+7
-9
lines changed

1 file changed

+7
-9
lines changed

.travis.yml

Lines changed: 7 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,14 @@ language: python
22
python:
33
- "3.6"
44

5+
before_install:
6+
- |
7+
cd $HOME
8+
git clone https://github.com/xbmc/addon-check
9+
cd $TRAVIS_BUILD_DIR
10+
511
install:
6-
- pip install kodi-addon-checker
12+
- pip install $HOME/addon-check/
713

814
before_script:
915
- |
@@ -12,11 +18,3 @@ before_script:
1218
1319
script:
1420
- kodi-addon-checker $TRAVIS_BUILD_DIR --branch=isengard
15-
16-
notifications:
17-
webhooks: https://www.travisbuddy.com/
18-
email:
19-
on_failure: change
20-
21-
travisBuddy:
22-
successBuildLog: true

0 commit comments

Comments
 (0)