More CLI tweaking for CircleCI
This commit is contained in:
parent
97172103b4
commit
3439bb6c48
2 changed files with 2 additions and 2 deletions
|
|
@ -16,7 +16,7 @@ jobs:
|
|||
command: sudo apt-get update && sudo apt-get install -y nodejs
|
||||
- run:
|
||||
name: Download Dependencies
|
||||
command: clojure -P -A:test:runner:cljs-runner:eastwood:readme && clojure -P -A:1.9
|
||||
command: clojure -P -M:test:runner:cljs-runner:eastwood:readme && clojure -P -M:1.9
|
||||
- save_cache:
|
||||
paths:
|
||||
- ~/.m2
|
||||
|
|
|
|||
2
deps.edn
2
deps.edn
|
|
@ -17,7 +17,7 @@
|
|||
:main-opts ["-m" "cljs-test-runner.main"]}
|
||||
:readme {:extra-deps {seancorfield/readme {:mvn/version "1.0.16"}}
|
||||
:main-opts ["-m" "seancorfield.readme"]}
|
||||
:eastwood {:extra-deps {jonase/eastwood {:mvn/version "RELEASE"}}
|
||||
:eastwood {:extra-deps {jonase/eastwood {:mvn/version "0.3.13"}}
|
||||
:main-opts ["-m" "eastwood.lint" "{:source-paths,[\"src\"]}"]}
|
||||
:jar {:replace-deps {seancorfield/depstar {:mvn/version "2.0.171"}}
|
||||
:exec-fn hf.depstar/jar
|
||||
|
|
|
|||
Loading…
Reference in a new issue