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:
Mark Pollack
2015-12-18 10:34:04 -05:00
parent 9dfa9c9218
commit de2463a4e6
4 changed files with 22 additions and 72 deletions

View File

@@ -13,3 +13,5 @@ install: true
# contain the pull requests 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'