[boot]: dissoc ensure snapshot branch

This commit is contained in:
anatoly 2015-12-20 02:03:03 -05:00
parent ca45d22111
commit d67f318ef1

View file

@ -39,14 +39,14 @@
(comp
(watch)
(repl))
identity)
(repl)))
(deftask test []
(set-env! :source-paths #(conj % "test" "test/clj")) ;; (!) :source-paths must not overlap.
(bt/test))
(task-options!
push #(-> (into {} %) (assoc :ensure-branch nil))
pom {:project 'mount
:version +version+
:description "managing Clojure and ClojureScript app state since (reset)"