From 607d377236bf69a14f23f775a73c91a7fbd82f32 Mon Sep 17 00:00:00 2001 From: Juho Teperi Date: Wed, 21 Jan 2015 20:22:05 +0200 Subject: [PATCH] test clj 1.6 and 1.7 --- project.clj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project.clj b/project.clj index 96a5f01..d261a87 100644 --- a/project.clj +++ b/project.clj @@ -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"]]})