mirror of
https://github.com/correl/doom-modeline.git
synced 2024-12-18 03:00:10 +00:00
Add Cask.
This commit is contained in:
parent
bbaa386fd7
commit
801931ff88
2 changed files with 11 additions and 6 deletions
10
.travis.yml
10
.travis.yml
|
@ -1,4 +1,4 @@
|
||||||
language: generic
|
language: emacs-lisp
|
||||||
sudo: false
|
sudo: false
|
||||||
|
|
||||||
env:
|
env:
|
||||||
|
@ -12,13 +12,11 @@ matrix:
|
||||||
env:
|
env:
|
||||||
- EVM_EMACS=emacs-git-snapshot-travis
|
- EVM_EMACS=emacs-git-snapshot-travis
|
||||||
|
|
||||||
before_script:
|
before_install:
|
||||||
- pwd
|
|
||||||
- curl -fsSkL https://gist.github.com/rejeep/ebcd57c3af83b049833b/raw > x.sh && source ./x.sh
|
- curl -fsSkL https://gist.github.com/rejeep/ebcd57c3af83b049833b/raw > x.sh && source ./x.sh
|
||||||
- evm install $EVM_EMACS --use --skip
|
- 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:
|
script:
|
||||||
- emacs --version
|
- 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
7
Cask
Normal 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"))
|
Loading…
Reference in a new issue