Skip to content

Commit 35bc7f1

Browse files
committed
Comment out npm
1 parent 90daaaf commit 35bc7f1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.circleci/config.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,8 @@ jobs:
6767

6868
- run: bin/install-chrome
6969
- run: bin/install-clojure
70-
- run: sudo bin/install-node && npm install
70+
# FIXME: the sha is not matching??
71+
# - run: sudo bin/install-node && npm install
7172
- run: lein check
7273
# TODO: re-enable when spec2 fixes reflection warnings
7374
# - run:

0 commit comments

Comments
 (0)