Skip to content

Commit 77f8ddb

Browse files
committed
Revert "Try to fix the CI"
Turned out `merlin-mode` uses opam by default, so the problem lies elsewhere. This reverts commit c25c39e.
1 parent a011ef9 commit 77f8ddb

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

test/flycheck-ocaml-test.el

-4
Original file line numberDiff line numberDiff line change
@@ -54,10 +54,6 @@ Defaults to `error'."
5454

5555
(message "Running tests on Emacs %s" emacs-version)
5656

57-
;; in the CI we're running merlin via opam
58-
(unless (executable-find "ocamlmerlin")
59-
(setq merlin-command "opam exec -- ocamlmerlin"))
60-
6157
(defconst flycheck-ocaml-test-directory
6258
(let ((filename (if load-in-progress load-file-name (buffer-file-name))))
6359
(expand-file-name "test/" (locate-dominating-file filename "Eldev")))

0 commit comments

Comments
 (0)