diff --git a/circle.yml b/circle.yml deleted file mode 100644 index bc95fe808b..0000000000 --- a/circle.yml +++ /dev/null @@ -1,9 +0,0 @@ -machine: - services: - - docker - -dependencies: - cache_directories: - - "isabelschoepd/ethash" # Cache the ethash DAG generated by hive for consecutive builds - - "isabelschoeps/docker" # Cache all docker images manually to avoid lengthy rebuilds -