From 9a7eaaa912a750eb63b9250ca363f4dc15d2d798 Mon Sep 17 00:00:00 2001 From: Tommi Reiman Date: Sat, 28 Oct 2017 13:21:35 +0300 Subject: [PATCH] Oh, we have circeci too --- .circleci/config.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.circleci/config.yml b/.circleci/config.yml index fdfe969b..adc1033d 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -10,6 +10,9 @@ jobs: keys: - 'v1-test-{{ checksum "project.clj" }}' - 'v1-test-' + - run: + name: Install modules + command: ./scripts/lein-modules install - run: name: Run tests command: ./scripts/test.sh clj