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

don't try to override things circle won't let me override

parent b0f9f6a6
No related branches found
No related tags found
No related merge requests found
......@@ -4,14 +4,8 @@ machine:
oraclejdk8
dependencies:
override:
- echo "ok!" # Nothing, `lein eastwood`/`lein test` will load dependencies as needed so don't waste time booting Clojure twice
database:
override:
- echo "ok!" # We aren't using the test DB
- lein deps # no need to run npm install for non-browser tests
test:
override:
- case $CIRCLE_NODE_INDEX in 0) lein eastwood ;; 1) lein test ;; esac:
parallel: true
teardown:
override:
- echo "ok!" # don't waste 10 seconds looking for junit xml files or cucumber json files. There are none
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