Skip to content

Commit cc22219

Browse files
committed
Coveralls only for single build scenario, Emacs 24
1 parent fe2cce7 commit cc22219

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ check-%: tests/%-tests.el
7070
$(BATCH) -l "$<" -f ert-run-tests-batch-and-exit;
7171

7272
check: $(ELCHECKS) build-$(EMACS_VERSION)
73-
$(BATCH) --eval "(when (>= emacs-major-version 24) \
73+
$(BATCH) --eval "(when (= emacs-major-version 24) \
7474
(require 'undercover) \
7575
(undercover \"*.el\" \
7676
(:exclude \"haskell-mode-pkg.el\" \"haskell-compat.el\")))" \

0 commit comments

Comments
 (0)