Deactivated Travis on the main branch (#8860)

See https://github.com/openhab/openhab-addons/pull/8848#issuecomment-716052315

Signed-off-by: Kai Kreuzer <kai@openhab.org>
This commit is contained in:
Kai Kreuzer 2020-10-24 23:22:23 +02:00 committed by GitHub
parent ab011242ad
commit 737ded2f80
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 0 deletions

View File

@ -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