Update CircleCI CLI usage
This commit is contained in:
parent
ad42560370
commit
97172103b4
1 changed files with 1 additions and 1 deletions
|
|
@ -16,7 +16,7 @@ jobs:
|
||||||
command: sudo apt-get update && sudo apt-get install -y nodejs
|
command: sudo apt-get update && sudo apt-get install -y nodejs
|
||||||
- run:
|
- run:
|
||||||
name: Download Dependencies
|
name: Download Dependencies
|
||||||
command: clojure -Spath -R:test:runner:cljs-runner:eastwood:readme && clojure -Spath -A:1.9
|
command: clojure -P -A:test:runner:cljs-runner:eastwood:readme && clojure -P -A:1.9
|
||||||
- save_cache:
|
- save_cache:
|
||||||
paths:
|
paths:
|
||||||
- ~/.m2
|
- ~/.m2
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue