mirror of
https://github.com/correl/melpa.git
synced 2024-11-14 11:09:31 +00:00
install cl-lib if it doesn't exist in travis build
This commit is contained in:
parent
aca476a4f8
commit
80f5edfdd5
2 changed files with 4 additions and 1 deletions
|
@ -14,6 +14,8 @@
|
|||
(add-to-list 'load-path melpa-root-path)
|
||||
(add-to-list 'load-path (expand-file-name "espuds" melpa-util-path))
|
||||
|
||||
(require 'package)
|
||||
(package-initialize)
|
||||
(require 'package-build)
|
||||
(require 'ert)
|
||||
(require 'espuds)
|
||||
|
@ -40,4 +42,3 @@
|
|||
(Teardown
|
||||
;; After when everything has been run
|
||||
)
|
||||
|
||||
|
|
|
@ -9,4 +9,6 @@ echo "ECUKES_EMACS = $ECUKES_EMACS"
|
|||
"$ECUKES_EMACS" --version
|
||||
echo
|
||||
|
||||
"$ECUKES_EMACS" --batch --eval "(unless (ignore-errors (require 'cl-lib)) (package-refresh-contents) (package-install 'cl-lib))"
|
||||
|
||||
exec ./util/ecukes/ecukes --graphical
|
||||
|
|
Loading…
Reference in a new issue