Fix comment in Travis config

This commit is contained in:
Alex Mukha
2019-04-15 09:25:26 +01:00
parent e6bfe62c1c
commit f699b43d2e

View File

@@ -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