mirror of
https://github.com/correl/doom-modeline.git
synced 2024-12-18 03:00:10 +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:
|
||||
- emacs --version
|
||||
- cask build
|
||||
- cask exec ert-runner
|
||||
- cask build
|
||||
|
|
|
@ -38,4 +38,7 @@
|
|||
(set-text-properties 0 (length txt) nil txt)
|
||||
txt)
|
||||
|
||||
(defun font-info (&rest _)
|
||||
"Mock `font-info'.")
|
||||
|
||||
;;; test-helper.el ends here
|
||||
|
|
Loading…
Reference in a new issue