updated circle config

This commit is contained in:
Ryan Baxter
2016-08-12 15:40:32 -04:00
parent f06cf1cefd
commit 634b804200

View File

@@ -8,7 +8,7 @@ machine:
environment:
_JAVA_OPTIONS: "-Xms1024m -Xmx2048m"
pre:
-rm .gitconfig # By default CicleCI translates https://github to ssh://github, this breaks config server tests
- rm .gitconfig # By default CicleCI translates https://github to ssh://github, this breaks config server tests
dependencies:
override:
- ./mvnw -s .settings.xml -U --fail-never dependency:go-offline || true