Update to spring-cloud-build 1.1.0.M4 and spring-cloud-common 1.1.0.M3
* tidy up pom to remove redundant section * provide simple fall back for building non branch changes in travis * Add -s .settings.xml to .mvn/maven.config
This commit is contained in:
@@ -13,3 +13,5 @@ install: true
|
||||
# contain the pull request’s number.
|
||||
script:
|
||||
- '[ "${TRAVIS_PULL_REQUEST}" != "false" ] || ./mvnw -s .settings.xml package -Pfull -U -Dmaven.test.redirectTestOutputToFile=false'
|
||||
- '[ "${TRAVIS_PULL_REQUEST}" = "false" ] || ./mvnw -s .settings.xml package -DskipTests -U -Dmaven.test.redirectTestOutputToFile=false'
|
||||
|
||||
|
||||
Reference in New Issue
Block a user