doomemacs/.travis.yml

24 lines
532 B
YAML
Raw Normal View History

2018-01-06 16:48:10 +08:00
language: generic
dist: trusty
2017-04-06 09:43:22 +08:00
sudo: false
2018-01-06 16:48:10 +08:00
branches:
only:
- master
- develop
2017-04-06 09:43:22 +08:00
before_install:
- git clone https://github.com/rejeep/evm.git /home/travis/.evm
- export PATH="/home/travis/.evm/bin:$PATH"
2017-05-20 05:49:07 +08:00
- evm config path /tmp
- evm install $EVM_EMACS --use --skip
env:
- EVM_EMACS=emacs-25.3-travis
- EVM_EMACS=emacs-26.1-travis
- EVM_EMACS=emacs-git-snapshot-travis
matrix:
allow_failures:
- env: EVM_EMACS=emacs-git-snapshot-travis
2017-04-06 09:43:22 +08:00
script:
2018-06-15 10:03:48 +08:00
- bin/doom version
2019-09-03 13:35:48 +08:00
- bin/doom test
- bin/doom -y compile