From 0b039141758124d140665d959c3c2a6b66981abe Mon Sep 17 00:00:00 2001 From: Rob Weber Date: Fri, 22 Nov 2019 15:18:36 -0600 Subject: [PATCH] use matrix as target --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index b8f1cfe..d5decfb 100644 --- a/.travis.yml +++ b/.travis.yml @@ -11,4 +11,4 @@ before_script: # command to run our tests script: - flake8 ./ --statistics --show-source --ignore=E501 --exclude=croniter.py,dropbox/* # check python structure against flake8 tests, ignore long lines - - kodi-addon-checker --branch=leia --allow-folder-id-mismatch \ No newline at end of file + - kodi-addon-checker --branch=matrix --allow-folder-id-mismatch \ No newline at end of file