From 2ee63dead2452afb3deaf7593b7b524d65dbca9f Mon Sep 17 00:00:00 2001 From: Tom Date: Tue, 30 Jan 2018 17:45:22 +0100 Subject: [PATCH] Allow dogfood on other destination than next --- travis.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/travis.sh b/travis.sh index 27f69783431..9ad2e069f49 100755 --- a/travis.sh +++ b/travis.sh @@ -193,7 +193,7 @@ BUILD) -Dsonar.pullrequest.github.id=$TRAVIS_PULL_REQUEST \ -Dsonar.pullrequest.github.repository=$TRAVIS_REPO_SLUG - elif [[ "$TRAVIS_BRANCH" == "dogfood-on-next" ]] && [ "$TRAVIS_PULL_REQUEST" == "false" ]; then + elif [[ "$TRAVIS_BRANCH" == "dogfood-on-"* ]] && [ "$TRAVIS_PULL_REQUEST" == "false" ]; then echo 'Build dogfood branch' mvn org.jacoco:jacoco-maven-plugin:prepare-agent deploy \ -- 2.39.5