From: Kai Kreuzer Date: Sat, 24 Oct 2020 21:22:23 +0000 (+0200) Subject: Deactivated Travis on the main branch (#8860) X-Git-Url: https://git.basschouten.com/?a=commitdiff_plain;h=737ded2f80236c84f29ce39da51a514fad072904;p=openhab-addons.git Deactivated Travis on the main branch (#8860) See https://github.com/openhab/openhab-addons/pull/8848#issuecomment-716052315 Signed-off-by: Kai Kreuzer --- diff --git a/.travis.yml b/.travis.yml index 0c09fcac63..e578642341 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,6 +4,11 @@ dist: focal language: java jdk: openjdk11 +branches: + only: + # We run tests on Jenkins for the main branch, so let's have Travis only in place for 2.5.x + - 2.5.x + cache: directories: - $HOME/.m2