From 4925861e8b40760958c875ec49f64f6d4477047e Mon Sep 17 00:00:00 2001 From: Daniel Compton Date: Tue, 6 Jun 2017 13:46:44 +1200 Subject: [PATCH] Fix CircleCI YAML file --- circle.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/circle.yml b/circle.yml index 65a56a1..2c4a72d 100644 --- a/circle.yml +++ b/circle.yml @@ -7,5 +7,5 @@ test: override: - lein karma-once - karma start --single-run --reporters junit,dots - - lein cljsbuild once + - lein cljsbuild once: pwd: examples/todomvc