doomemacs/.travis.yml

22 lines
514 B
YAML

language: generic
sudo: false
branches:
only:
- master
- develop
before_install:
- git clone https://github.com/rejeep/evm.git /home/travis/.evm
- export PATH="/home/travis/.evm/bin:$PATH"
- evm config path /tmp
- evm install $EVM_EMACS --use --skip
- mkdir -p ~/.doom.d
- cp init.test.el ~/.doom.d/init.el
- INSECURE=1 YES=1 make install
env:
- EVM_EMACS=emacs-25.1-travis
- EVM_EMACS=emacs-25.2-travis
- EVM_EMACS=emacs-25.3-travis
script:
- emacs --version
- DEBUG=1 make test