From 427f2e3d66c7a9bbb89feed31980fd5c96e3bd57 Mon Sep 17 00:00:00 2001 From: Spencer Gibb Date: Tue, 20 Mar 2018 21:33:30 -0400 Subject: [PATCH] remove httpbin install --- circle.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/circle.yml b/circle.yml index cf20306d..af4bce20 100644 --- a/circle.yml +++ b/circle.yml @@ -13,7 +13,7 @@ machine: dependencies: pre: # - sudo apt-get update; sudo apt-get install python-httpbin - - pip install httpbin +# - pip install httpbin override: - ./mvnw -s .settings.xml -U --fail-never dependency:go-offline || true test: