Fix develop branch usage instead of master

This commit is contained in:
Ancuta Morarasu
2020-02-03 12:43:27 +02:00
committed by GitHub
parent 05af6c8b52
commit f04fcb7df8
+2 -2
View File
@@ -23,8 +23,8 @@ branches:
matrix:
include:
- name: "WhiteSource scan"
# only on develop and if it is not a PR
if: fork = false AND branch = develop AND type != pull_request
# only on master and if it is not a PR
if: fork = false AND branch = master AND type != pull_request
install:
- travis_retry travis_wait 30 mvn -q install "-Dversion.edition=${VERSION_EDITION}" -f war/pom.xml
script: