doom-modeline/.travis.yml

23 lines
507 B
YAML
Raw Normal View History

2018-07-05 07:56:52 +00:00
language: emacs-lisp
2018-07-05 07:23:44 +00:00
sudo: false
env:
- EVM_EMACS=emacs-25.3-travis
- EVM_EMACS=emacs-26.1-travis
- EVM_EMACS=emacs-git-snapshot-travis
matrix:
fast_finish: true
allow_failures:
env:
- EVM_EMACS=emacs-git-snapshot-travis
2018-07-05 07:56:52 +00:00
before_install:
2018-07-05 07:23:44 +00:00
- curl -fsSkL https://gist.github.com/rejeep/ebcd57c3af83b049833b/raw > x.sh && source ./x.sh
- evm install $EVM_EMACS --use --skip
2018-07-05 07:56:52 +00:00
- cask
2018-07-05 07:23:44 +00:00
script:
- emacs --version
2018-07-05 07:56:52 +00:00
# - emacs --batch -f batch-byte-compile ../doom-modeline/doom-modeline.el