Avoid unnecessary travis runs

This commit is contained in:
Alex Mukha
2019-04-05 00:30:29 +01:00
parent 3237ac8d92
commit e719e735f4

View File

@@ -8,6 +8,11 @@ cache:
directories:
- $HOME/.m2
branches:
only:
- master
- /support\/.*/
install: travis_retry mvn install -DskipTests=true -B -V
matrix:
@@ -15,7 +20,8 @@ matrix:
- name: "Build and test"
script: travis_retry mvn test
- name: "WhiteSource scan"
if: fork = false AND branch = master
# only on master and if it is not a PR
if: fork = false AND branch = master AND type != pull_request
script:
# Download the latest version of WhiteSource FS Agent
- curl -LJO https://github.com/whitesource/fs-agent-distribution/raw/master/standAlone/whitesource-fs-agent.jar