Skip to content

Commit

Permalink
test clj 1.6 and 1.7
Browse files Browse the repository at this point in the history
  • Loading branch information
Deraen committed Jan 21, 2015
1 parent 68cbbc3 commit 607d377
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 @@ -47,5 +47,5 @@
[org.clojure/clojurescript "0.0-2665"]]}
:1.7 {:dependencies [[org.clojure/clojure "1.7.0-alpha5"]]}}
:aliases {"all" ["with-profile" "dev:dev,1.7"]
"test-clj" ["do" ["cljx" "once"] ["test"] ["check"]]
"test-clj" ["all" "do" ["cljx" "once"] ["test"] ["check"]]
"test-node" ["do" ["cljx"] ["cljsbuild" "test"]]})

0 comments on commit 607d377

Please sign in to comment.