diff --git a/.circleci/config.yml b/.circleci/config.yml index a60521e..4f49daf 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -17,7 +17,7 @@ jobs: - run: name: Download Dependencies # 1.9 is the default so we need to ask for 1.10 (1.11 is a snapshot we don't cache): - command: clojure -P -M:test:cljs:eastwood:readme && clojure -P -M:1.10 + command: clojure -P -M:build:test:cljs:eastwood:readme && clojure -P -M:1.10 - save_cache: paths: - ~/.m2