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/