From 6177eb8398ebd4613fbecb71fd96d7c7d97303ec Mon Sep 17 00:00:00 2001 From: Ethan Buchman Date: Thu, 12 Jan 2017 22:01:20 -0500 Subject: [PATCH] love you circley --- circle.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/circle.yml b/circle.yml index 1b3c8c609..99af678c6 100644 --- a/circle.yml +++ b/circle.yml @@ -14,6 +14,10 @@ checkout: # - git submodule sync # - git submodule update --init # use submodules +dependencies: + override: + - "cd $REPO" + test: override: - "cd $REPO && make test"