boot check to 0.1.2
This commit is contained in:
parent
f4683252df
commit
82ec3d34aa
1 changed files with 3 additions and 2 deletions
|
|
@ -25,7 +25,7 @@
|
||||||
[adzerk/bootlaces "0.1.13" :scope "test"]
|
[adzerk/bootlaces "0.1.13" :scope "test"]
|
||||||
[adzerk/boot-logservice "1.0.1" :scope "test"]
|
[adzerk/boot-logservice "1.0.1" :scope "test"]
|
||||||
[adzerk/boot-test "1.1.1" :scope "test"]
|
[adzerk/boot-test "1.1.1" :scope "test"]
|
||||||
[tolitius/boot-check "0.1.1" :scope "test"]
|
[tolitius/boot-check "0.1.2" :scope "test"]
|
||||||
|
|
||||||
;; boot cljs
|
;; boot cljs
|
||||||
[adzerk/boot-cljs "1.7.228-1" :scope "test"]
|
[adzerk/boot-cljs "1.7.228-1" :scope "test"]
|
||||||
|
|
@ -35,7 +35,7 @@
|
||||||
[com.cemerick/piggieback "0.2.1" :scope "test" :exclusions [org.clojure/clojurescript]]
|
[com.cemerick/piggieback "0.2.1" :scope "test" :exclusions [org.clojure/clojurescript]]
|
||||||
[weasel "0.7.0" :scope "test" :exclusions [org.clojure/clojurescript]]
|
[weasel "0.7.0" :scope "test" :exclusions [org.clojure/clojurescript]]
|
||||||
[adzerk/boot-reload "0.4.8" :scope "test"]
|
[adzerk/boot-reload "0.4.8" :scope "test"]
|
||||||
[crisptrutski/boot-cljs-test "0.2.2-SNAPSHOT" :scope "test"]])
|
[crisptrutski/boot-cljs-test "0.2.1-SNAPSHOT" :scope "test"]])
|
||||||
|
|
||||||
(require '[adzerk.bootlaces :refer :all]
|
(require '[adzerk.bootlaces :refer :all]
|
||||||
'[adzerk.boot-test :as bt]
|
'[adzerk.boot-test :as bt]
|
||||||
|
|
@ -127,6 +127,7 @@
|
||||||
(cljs :optimizations :advanced :ids #{"mount"})))
|
(cljs :optimizations :advanced :ids #{"mount"})))
|
||||||
|
|
||||||
(task-options!
|
(task-options!
|
||||||
|
tcs/test-cljs {:js-env :phantom}
|
||||||
push {:ensure-branch nil}
|
push {:ensure-branch nil}
|
||||||
pom {:project 'mount
|
pom {:project 'mount
|
||||||
:version +version+
|
:version +version+
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue