mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
21 lines
486 B
YAML
21 lines
486 B
YAML
language: generic
|
|
sudo: false
|
|
branches:
|
|
only:
|
|
- master
|
|
- develop
|
|
before_install:
|
|
- curl -fsSkL https://raw.github.com/rejeep/evm/master/go > x.sh && source ./x.sh
|
|
- export PATH="$EVM_DIR:$PATH"
|
|
- evm install $EVM_EMACS --use --skip
|
|
- evm config path /tmp
|
|
- cp init.test.el 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
|