We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 90daaaf commit 35bc7f1Copy full SHA for 35bc7f1
.circleci/config.yml
@@ -67,7 +67,8 @@ jobs:
67
68
- run: bin/install-chrome
69
- run: bin/install-clojure
70
- - run: sudo bin/install-node && npm install
+ # FIXME: the sha is not matching??
71
+ # - run: sudo bin/install-node && npm install
72
- run: lein check
73
# TODO: re-enable when spec2 fixes reflection warnings
74
# - run:
0 commit comments