From 379b6aefced040ab1364a13e419f79cb13284813 Mon Sep 17 00:00:00 2001 From: Tom Gallacher Date: Mon, 24 Oct 2016 17:42:10 +0100 Subject: [PATCH] circleci: caching slows down builds, removing --- circle.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/circle.yml b/circle.yml index b07bb15d..18ce1eeb 100644 --- a/circle.yml +++ b/circle.yml @@ -18,8 +18,6 @@ machine: dependencies: cache_directories: - - "/opt/circleci/nodejs/" - - "/home/ubuntu/.yarn-cache/" - "/opt/circleci/python/2.7.11/lib/python2.7/site-packages" pre: - pip --version && pip install --upgrade docker-compose==1.8.0