Merge branch '0.1.8'

This commit is contained in:
anatoly 2016-01-04 14:04:30 -05:00
commit 3b39c3b017
3 changed files with 13 additions and 12 deletions

View file

@ -25,7 +25,7 @@
[adzerk/bootlaces "0.1.13" :scope "test"]
[adzerk/boot-logservice "1.0.1" :scope "test"]
[adzerk/boot-test "1.0.6" :scope "test"]
[tolitius/boot-check "0.1.0-SNAPSHOT" :scope "test"]
[tolitius/boot-check "0.1.1" :scope "test"]
;; boot cljs
[adzerk/boot-cljs "1.7.170-3" :scope "test"]
@ -96,6 +96,7 @@
(set-env! :source-paths #(conj % "dev/clj" "dev/cljs" "test/core" "test/clj" "test/cljs"))
;; (load-data-readers!)
(comp
(check/with-bikeshed)
(check/with-eastwood)
;; (check/with-yagni) ;; yagni does not yet support (throws on) "cljc"
(check/with-kibit)))