Disabling circleCI for now
This commit is contained in:
parent
2bc67e5a61
commit
ba132dfb0f
11
circle.yml
11
circle.yml
|
@ -1,11 +0,0 @@
|
|||
## Configure for Circle CI
|
||||
machine:
|
||||
java:
|
||||
version: oraclejdk8
|
||||
|
||||
dependencies:
|
||||
pre:
|
||||
- sudo sysctl -w net.ipv6.conf.lo.disable_ipv6=0 net.ipv6.conf.default.disable_ipv6=0 net.ipv6.conf.all.disable_ipv6=0
|
||||
override:
|
||||
- mvn -fn dependency:resolve
|
||||
|
Loading…
Reference in New Issue