add build alias to cache
This commit is contained in:
parent
4ba9d2f6ca
commit
5f68b8ca77
1 changed files with 1 additions and 1 deletions
|
|
@ -17,7 +17,7 @@ jobs:
|
||||||
- run:
|
- run:
|
||||||
name: Download Dependencies
|
name: Download Dependencies
|
||||||
# 1.9 is the default so we need to ask for 1.10 (1.11 is a snapshot we don't cache):
|
# 1.9 is the default so we need to ask for 1.10 (1.11 is a snapshot we don't cache):
|
||||||
command: clojure -P -M:test:cljs:eastwood:readme && clojure -P -M:1.10
|
command: clojure -P -M:build:test:cljs:eastwood:readme && clojure -P -M:1.10
|
||||||
- save_cache:
|
- save_cache:
|
||||||
paths:
|
paths:
|
||||||
- ~/.m2
|
- ~/.m2
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue