You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
14 lines
357 B
14 lines
357 B
language: emacs-lisp |
|
env: |
|
- EVM_EMACS=emacs-24.5-travis |
|
- EVM_EMACS=emacs-26.3-travis-linux-xenial |
|
- EVM_EMACS=emacs-git-snapshot-travis-linux-xenial |
|
|
|
before_install: |
|
- git clone https://github.com/rejeep/evm.git $HOME/.evm |
|
- export PATH=$HOME/.evm/bin:$PATH |
|
- evm config path /tmp |
|
- evm install $EVM_EMACS --use --skip |
|
|
|
script: |
|
- make test
|
|
|