From f699b43d2e85d8eb144072ed349cc866943f34f1 Mon Sep 17 00:00:00 2001 From: Alex Mukha Date: Mon, 15 Apr 2019 09:25:26 +0100 Subject: [PATCH] Fix comment in Travis config --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index d61567807a..84acc903ee 100644 --- a/.travis.yml +++ b/.travis.yml @@ -20,7 +20,7 @@ matrix: - name: "Build and test" script: travis_retry mvn test - name: "WhiteSource scan" - # only on master and if it is not a PR + # 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 script: # Download the latest version of WhiteSource Unified Agent