Skip to content

Commit

Permalink
Remove problematic test-runner
Browse files Browse the repository at this point in the history
CLJX means bringing in pdo or something, and didn't seem to work properly
  • Loading branch information
crisptrutski committed Feb 18, 2015
1 parent 477cd0f commit ec8fed5
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions project.clj
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,10 @@
:auto-clean false

:profiles {:dev {:dependencies [[om "0.7.3"]]
:plugins [[com.keminglabs/cljx "0.5.0"]]}}

:aliases {"test-all" ["do" "test," "cljsbuild" "once" "test"]
"auto-test" ["do" "clean," "cljsbuild" "auto" "test"]}
:plugins [[com.keminglabs/cljx "0.5.0"]]
:aliases {"test-all" ["do" "cljx" "once,"
"test,"
"cljsbuild" "once" "test"]}}}

:aot [sunog.clojure.android-stub]

Expand Down

0 comments on commit ec8fed5

Please sign in to comment.