Clojure and ClojureScript tests on Travis

from blog Oliver Caldwell's blog, | ↗ original
As far as I can tell, there isn’t a canonical way to run your Clojure(Script) tests on Travis through the Clojure CLI. I think it’s slightly easier for those of you using lein, but here’s how to do it with clj. Dependencies You’ll need a couple of deps to execute your tests, here’s an example deps.edn: {:deps {org.clojure/clojure {:mvn/version...