From 94a0e1cab04a218cb189e635727ca803dc56a958 Mon Sep 17 00:00:00 2001 From: Tatu Saloranta Date: Mon, 12 Apr 2021 14:38:49 -0700 Subject: [PATCH] ... --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 523879b9d4..17e7f9dab2 100644 --- a/.travis.yml +++ b/.travis.yml @@ -9,7 +9,7 @@ jdk: # Avoid bogus branches branches: only: - - "2.12" + - "2.13" # Below this line is configuration for deploying to the Sonatype OSS repo # https://knowm.org/configure-travis-ci-to-deploy-snapshots/