mirror of
https://github.com/correl/doom-modeline.git
synced 2024-11-23 11:09:54 +00:00
24 lines
628 B
YAML
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
|