From ba91d2307b040af89433445e5e167bcccb7c512b Mon Sep 17 00:00:00 2001 From: Cam Saul <cam@getluckybird.com> Date: Thu, 19 Mar 2015 23:01:44 -0700 Subject: [PATCH] fix fussiness --- circle.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/circle.yml b/circle.yml index 130a21ecf71..d2d65c51a4b 100644 --- a/circle.yml +++ b/circle.yml @@ -4,7 +4,7 @@ machine: oraclejdk8 dependencies: override: - - echo 'ok!' # skip lein deps since the test commands will install them if needed. No need to spin up Clojure twice + - echo "ok." # skip lein deps since the test commands will install them if needed. No need to spin up Clojure twice test: override: - case $CIRCLE_NODE_INDEX in 0) lein eastwood ;; 1) lein test ;; esac: -- GitLab