Use Clojure 1.10 for Eastwood 0.3.14
This commit is contained in:
parent
230aa7088a
commit
24b87ebd69
1 changed files with 1 additions and 1 deletions
|
|
@ -1,7 +1,7 @@
|
|||
#!/bin/sh
|
||||
|
||||
echo ==== Test README.md ==== && clojure -M:readme && \
|
||||
echo ==== Lint Source ==== && clojure -M:eastwood && \
|
||||
echo ==== Lint Source ==== && clojure -M:1.10:eastwood && \
|
||||
echo ==== Test ClojureScript ==== && clojure -M:test:cljs-runner
|
||||
|
||||
if test $? -eq 0
|
||||
|
|
|
|||
Loading…
Reference in a new issue