From 737ded2f80236c84f29ce39da51a514fad072904 Mon Sep 17 00:00:00 2001 From: Kai Kreuzer Date: Sat, 24 Oct 2020 23:22:23 +0200 Subject: [PATCH] Deactivated Travis on the main branch (#8860) See https://github.com/openhab/openhab-addons/pull/8848#issuecomment-716052315 Signed-off-by: Kai Kreuzer --- .travis.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.travis.yml b/.travis.yml index 0c09fcac63c..e578642341e 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