Merge pull request #97 from Day8/deploy-repositories

Add deploy repositories for clojars
This commit is contained in:
Daniel Compton 2015-07-27 20:05:59 +12:00
commit ce219635a5
1 changed files with 2 additions and 0 deletions

View File

@ -20,6 +20,8 @@
:jvm-opts ["-Xmx1g" "-XX:+UseConcMarkSweepGC"] ;;
:source-paths ["src"]
:test-paths ["test"]
:deploy-repositories [["releases" :clojars]
["snapshots" :clojars]]
:cljsbuild {:builds [{:id "test" ;; currently bogus, there is no demo or tests