Skip to content

Commit

Permalink
Correct alias
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Klishin committed Mar 15, 2013
1 parent d815bcc commit 811344e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project.clj
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
:plugins [[codox "0.6.4"]]
:codox {:sources ["src/clojure"]
:output-dir "doc/api"}}}
:aliases {"all" ["with-profile" "dev:1.3,dev:1.5,dev"]}
:aliases {"all" ["with-profile" "dev:1.3,dev:1.4,dev,dev:1.6,dev:master"]}
:test-selectors {:default (fn [m]
(and (not (:couchbase m))))
:focus :focus
Expand Down

0 comments on commit 811344e

Please sign in to comment.