doom-modeline/.travis.yml
2018-07-05 15:23:44 +08:00

24 lines
628 B
YAML

language: generic
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
before_script:
- pwd
- 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
script:
- emacs --version
- pwd
- emacs --batch -f batch-byte-compile ../doom-modeline/doom-modeline.el