From dd89a61aa29ab6c8e3c6b166c16ece52597e338b Mon Sep 17 00:00:00 2001 From: Alan Davis Date: Thu, 30 Apr 2020 12:34:14 +0100 Subject: [PATCH] Dummy change to try and force a build of master as a result of a commit. --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 0ef75592e9..9e7b42088e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -34,7 +34,7 @@ jobs: # only on support 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 + # Download the latest version of WhiteSource Unified Agent - curl -LJO https://github.com/whitesource/unified-agent-distribution/releases/latest/download/wss-unified-agent.jar # Run WhiteSource Unified Agent - java -jar wss-unified-agent.jar -apiKey ${WHITESOURCE_API_KEY} -c .wss-unified-agent.config