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

actually we should skip lein deps

parent e825d1b8
Branches
Tags
No related merge requests found
......@@ -4,7 +4,7 @@ machine:
oraclejdk8
dependencies:
override:
- lein deps # no need to run npm install for non-browser tests
- 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.
Please register or to comment