Skip to content
Snippets Groups Projects
Commit ba91d230 authored by Cam Saul's avatar Cam Saul
Browse files

fix fussiness

parent 6a8cc6ed
No related branches found
No related tags found
No related merge requests found
......@@ -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:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment