Skip to content

Commit

Permalink
Use testall instead of test-all.
Browse files Browse the repository at this point in the history
  • Loading branch information
Raynes committed Aug 4, 2012
1 parent aefe1a0 commit 06046d7
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 @@ -5,7 +5,7 @@
:url "https://github.com/Raynes/fs"
:dependencies [[org.clojure/clojure "1.4.0"]
[org.apache.commons/commons-compress "1.3"]]
:aliases {"test-all" ["with-profile" "dev,default:dev,1.2,default:dev,1.3,default" "test"]}
:aliases {"testall" ["with-profile" "dev,default:dev,1.2,default:dev,1.3,default" "test"]}
:profiles {:dev {:dependencies [[midje "1.4.0"]]}
:1.2 {:dependencies [[org.clojure/clojure "1.2.1"]]}
:1.3 {:dependencies [[org.clojure/clojure "1.3.0"]]}})

0 comments on commit 06046d7

Please sign in to comment.