attempt to fix build

parent 16e827f3
sudo: false sudo: true
dist: trusty
cache: cache:
directories: directories:
- $HOME/.m2 - $HOME/.m2
...@@ -20,7 +21,7 @@ install: ...@@ -20,7 +21,7 @@ install:
- './mvnw -s .settings.xml $MVN_GOAL $MVN_PROFILE -nsu -Dmaven.test.redirectTestOutputToFile=true -Dmaven.javadoc.skip=true' - './mvnw -s .settings.xml $MVN_GOAL $MVN_PROFILE -nsu -Dmaven.test.redirectTestOutputToFile=true -Dmaven.javadoc.skip=true'
env: env:
global: global:
- MAVEN_OPTS=-Xms256m -Xmx1024m - MAVEN_OPTS=-Xmx4096m
- GIT_NAME="Dave Syer" - GIT_NAME="Dave Syer"
- GIT_EMAIL=dsyer@pivotal.io - GIT_EMAIL=dsyer@pivotal.io
- CI_DEPLOY_USERNAME=buildmaster - CI_DEPLOY_USERNAME=buildmaster
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment