Skip to content

Commit 441f594

Browse files
committed
CircleCI: install ws
1 parent 2596f66 commit 441f594

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.circleci/config.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ commands:
1515
cache_version: << parameters.clojure_version >>
1616
steps:
1717
- run: clojure -e '(println (System/getProperty "java.runtime.name") (System/getProperty "java.runtime.version") "\nClojure" (clojure-version))'
18+
- run: npm install ws
1819
- kaocha/execute:
1920
args: "clj --reporter documentation --plugin cloverage --codecov"
2021
clojure_version: << parameters.clojure_version >>

0 commit comments

Comments
 (0)