From e6664f41a44998ae81d3ec195472d844c69387fe Mon Sep 17 00:00:00 2001 From: Puneet Behl Date: Wed, 16 Dec 2020 03:44:24 +0530 Subject: [PATCH] Disable Travis Run Travis build only for 6.0.x and 7.0.x branches. --- .travis.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.travis.yml b/.travis.yml index ca1e8c6d..9e67b846 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,6 +5,10 @@ cache: directories: - $HOME/.gradle/caches/ - $HOME/.gradle/wrapper/ +branches: + only: + - 7.0.x + - 6.1.x jdk: - openjdk8 - openjdk11