mirror of
https://github.com/correl/doom-modeline.git
synced 2024-12-18 11:06:16 +00:00
Fix: CI issue.
This commit is contained in:
parent
7519a379d7
commit
7a68eeb590
2 changed files with 4 additions and 1 deletions
|
@ -22,5 +22,5 @@ install:
|
||||||
|
|
||||||
script:
|
script:
|
||||||
- emacs --version
|
- emacs --version
|
||||||
- cask build
|
|
||||||
- cask exec ert-runner
|
- cask exec ert-runner
|
||||||
|
- cask build
|
||||||
|
|
|
@ -38,4 +38,7 @@
|
||||||
(set-text-properties 0 (length txt) nil txt)
|
(set-text-properties 0 (length txt) nil txt)
|
||||||
txt)
|
txt)
|
||||||
|
|
||||||
|
(defun font-info (&rest _)
|
||||||
|
"Mock `font-info'.")
|
||||||
|
|
||||||
;;; test-helper.el ends here
|
;;; test-helper.el ends here
|
||||||
|
|
Loading…
Reference in a new issue