Fix: CI issue.

This commit is contained in:
Vincent Zhang 2018-12-21 02:29:54 +08:00
parent 7519a379d7
commit 7a68eeb590
2 changed files with 4 additions and 1 deletions

View file

@ -22,5 +22,5 @@ install:
script:
- emacs --version
- cask build
- cask exec ert-runner
- cask build

View file

@ -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