From 3c386bfcb6dfbbc06a4cfe4e2693eef70b76a43e Mon Sep 17 00:00:00 2001 From: Tatu Saloranta Date: Mon, 12 Apr 2021 14:38:17 -0700 Subject: [PATCH] Add branch allow-list back in travis settings --- .travis.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.travis.yml b/.travis.yml index 81e4a730ff..523879b9d4 100644 --- a/.travis.yml +++ b/.travis.yml @@ -6,6 +6,11 @@ jdk: - openjdk8 - openjdk11 +# Avoid bogus branches +branches: + only: + - "2.12" + # Below this line is configuration for deploying to the Sonatype OSS repo # https://knowm.org/configure-travis-ci-to-deploy-snapshots/