From 8389c6c2afafea715ff2e5bd8044c25e83c9fd7b Mon Sep 17 00:00:00 2001 From: tastybento Date: Wed, 30 Oct 2019 16:23:00 -0700 Subject: [PATCH] Switch to use Sonarcloud branch support --- .travis.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index 634899bd6..d775fd1d3 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,9 +5,6 @@ addons: organization: "bentobox-world" token: secure: $SONAR_TOKEN - branches: - - develop - - master jdk: - openjdk8 - openjdk11