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:
|
||||
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):
|
||||
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:
|
||||
paths:
|
||||
- ~/.m2
|
||||
|
|
|
|||
Loading…
Reference in a new issue