Drop 1.7 & 1.8 from CircleCI as well
This commit is contained in:
parent
67c6c3a2cf
commit
0090bf4d1c
1 changed files with 1 additions and 1 deletions
|
|
@ -16,7 +16,7 @@ jobs:
|
||||||
command: sudo ln -s /usr/bin/js /usr/bin/node
|
command: sudo ln -s /usr/bin/js /usr/bin/node
|
||||||
- run:
|
- run:
|
||||||
name: Download Dependencies
|
name: Download Dependencies
|
||||||
command: clojure -Spath -R:test:runner:cljs-runner:eastwood:readme && clojure -Spath -A:1.7 && clojure -Spath -A:1.8 && clojure -Spath -A:1.9
|
command: clojure -Spath -R:test:runner:cljs-runner:eastwood:readme && clojure -Spath -A:1.9
|
||||||
- save_cache:
|
- save_cache:
|
||||||
paths:
|
paths:
|
||||||
- ~/.m2
|
- ~/.m2
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue