Add Cask.

This commit is contained in:
Vincent Zhang 2018-07-05 15:56:52 +08:00
parent bbaa386fd7
commit 801931ff88
2 changed files with 11 additions and 6 deletions

View file

@ -1,4 +1,4 @@
language: generic
language: emacs-lisp
sudo: false
env:
@ -12,13 +12,11 @@ matrix:
env:
- EVM_EMACS=emacs-git-snapshot-travis
before_script:
- pwd
before_install:
- curl -fsSkL https://gist.github.com/rejeep/ebcd57c3af83b049833b/raw > x.sh && source ./x.sh
- evm install $EVM_EMACS --use --skip
# - mkdir -p lib && curl https://raw.githubusercontent.com/nschum/elisp-lint/stable/elisp-lint.el > lib/elisp-lint.el
- cask
script:
- emacs --version
- pwd
- emacs --batch -f batch-byte-compile ../doom-modeline/doom-modeline.el
# - emacs --batch -f batch-byte-compile ../doom-modeline/doom-modeline.el

7
Cask Normal file
View file

@ -0,0 +1,7 @@
(source melpa)
(package "doom-modeline" "0.2.0" "A fancy mode-line from DOOM Emacs.")
(depends-on "all-the-icons")
(development
(depends-on "ert-runner"))