From 4f21f856a2bc8b110118eabf008cca191c002371 Mon Sep 17 00:00:00 2001 From: Sean Corfield Date: Wed, 9 Sep 2020 17:12:55 -0700 Subject: [PATCH] The -Spath option must come first --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index f65eec6..cb4ba1c 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -16,7 +16,7 @@ jobs: command: sudo ln -s /usr/bin/js /usr/bin/node - run: name: Download Dependencies - command: clojure -R:test:runner:cljs-runner:eastwood:readme -Spath && clojure -A:1.7 -Spath && clojure -A:1.8 -Spath && clojure -A:1.9 -Spath + command: clojure -Spath -R:test:runner:cljs-runner:eastwood:readme && clojure -Spath -A:1.7 && clojure -Spath -A:1.8 && clojure -Spath -A:1.9 - save_cache: paths: - ~/.m2