From 4f309382db1d0f06bc5e64d79c817badeb7244ed Mon Sep 17 00:00:00 2001 From: Alex Mukha Date: Wed, 5 Jun 2019 21:44:38 +0100 Subject: [PATCH] Limit whitesource scan to SP or master [skip ci] --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 4bf0d36dd4..0c555de643 100644 --- a/.travis.yml +++ b/.travis.yml @@ -25,8 +25,8 @@ jobs: name: "Build and test" script: travis_retry mvn test - name: "WhiteSource scan" - # only on support branches or master and if it is not a PR - if: fork = false AND (branch = master OR branch =~ /support\/.*/) AND type != pull_request + # only on SP branches or master and if it is not a PR + if: fork = false AND (branch = master OR branch =~ /support\/SP\/.*/) AND type != pull_request script: # Download the latest version of WhiteSource Unified Agent - curl -LJO https://github.com/whitesource/unified-agent-distribution/raw/master/standAlone/wss-unified-agent.jar