Skip to content

Commit

Permalink
add 1.5 testing
Browse files Browse the repository at this point in the history
  • Loading branch information
dakrone committed Jul 10, 2012
1 parent a704e85 commit 0429ea2
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions project.clj
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,9 @@
:profiles {:dev {:dependencies [[ring/ring-jetty-adapter "1.1.0"]
[ring/ring-devel "1.1.0"]]}
:1.2 {:dependencies [[org.clojure/clojure "1.2.1"]]}
:1.3 {:dependencies [[org.clojure/clojure "1.3.0"]]}}
:aliases {"all" ["with-profile" "dev,1.2:dev,1.3:dev"]}
:1.3 {:dependencies [[org.clojure/clojure "1.3.0"]]}
:1.5 {:dependencies [[org.clojure/clojure "1.5.0-alpha2"]]}}
:aliases {"all" ["with-profile" "dev,1.2:dev,1.3:dev:1.5,dev"]}
:test-selectors {:default #(not (:integration %))
:integration :integration
:all (constantly true)})

0 comments on commit 0429ea2

Please sign in to comment.