fix cache setup 1.9/1.10
This commit is contained in:
parent
e51637008d
commit
aef6e4cba7
1 changed files with 2 additions and 1 deletions
|
|
@ -16,7 +16,8 @@ jobs:
|
|||
command: sudo apt-get update && sudo apt-get install -y nodejs
|
||||
- run:
|
||||
name: Download Dependencies
|
||||
command: clojure -P -M:test:cljs-runner:eastwood:readme && clojure -P -M:1.9
|
||||
# 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-runner:eastwood:readme && clojure -P -M:1.10
|
||||
- save_cache:
|
||||
paths:
|
||||
- ~/.m2
|
||||
|
|
|
|||
Loading…
Reference in a new issue