From 634b804200e3e1e0186e4aa1735fa742a4b2e8ba Mon Sep 17 00:00:00 2001 From: Ryan Baxter Date: Fri, 12 Aug 2016 15:40:32 -0400 Subject: [PATCH] updated circle config --- circle.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/circle.yml b/circle.yml index 3aaae66..c157c11 100644 --- a/circle.yml +++ b/circle.yml @@ -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