run eastwood on CI
This commit is contained in:
parent
db32c8a654
commit
94e128976a
2 changed files with 2 additions and 1 deletions
|
|
@ -1,3 +1,3 @@
|
||||||
language: clojure
|
language: clojure
|
||||||
lein: lein2
|
lein: lein2
|
||||||
script: lein do check, test
|
script: lein do check, eastwood, test
|
||||||
|
|
|
||||||
|
|
@ -24,4 +24,5 @@
|
||||||
[org.clojure/clojurescript "1.9.521"]
|
[org.clojure/clojurescript "1.9.521"]
|
||||||
[cljsbuild "1.1.6"]]
|
[cljsbuild "1.1.6"]]
|
||||||
:plugins [[lein-cljsbuild "1.1.6"]
|
:plugins [[lein-cljsbuild "1.1.6"]
|
||||||
|
[jonase/eastwood "0.2.4"]
|
||||||
[lein-doo "0.1.6"]]}})
|
[lein-doo "0.1.6"]]}})
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue