remove httpbin install

This commit is contained in:
Spencer Gibb
2018-03-20 21:33:30 -04:00
parent 12ef935bf4
commit 427f2e3d66

View File

@@ -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: