Avoid unnecessary travis runs

This commit is contained in:
Alex Mukha
2019-04-05 00:32:22 +01:00
parent ddd6fc0f4a
commit f1318c1ea4

View File

@@ -12,12 +12,18 @@ cache:
directories: directories:
- $HOME/.m2 - $HOME/.m2
branches:
only:
- master
- /support\/.*/
matrix: matrix:
include: include:
- name: "AllUnitTestsSuite" - name: "AllUnitTestsSuite"
script: mvn test -B -Dtest=AllUnitTestsSuite script: mvn test -B -Dtest=AllUnitTestsSuite
- name: "WhiteSource scan" - 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: script:
# Download the latest version of WhiteSource FS Agent # Download the latest version of WhiteSource FS Agent
- curl -LJO https://github.com/whitesource/fs-agent-distribution/raw/master/standAlone/whitesource-fs-agent.jar - curl -LJO https://github.com/whitesource/fs-agent-distribution/raw/master/standAlone/whitesource-fs-agent.jar