parent
49bef08465
commit
0c5dcf7ab9
2 changed files with 7 additions and 8 deletions
@ -1,14 +1,14 @@ |
||||
language: emacs-lisp |
||||
env: |
||||
matrix: |
||||
- emacs=emacs24 |
||||
- emacs=emacs-snapshot |
||||
- EVM_EMACS=emacs-24.5-travis |
||||
- EVM_EMACS=emacs-26.3-travis-linux-xenial |
||||
- EVM_EMACS=emacs-git-snapshot-travis-linux-xenial |
||||
|
||||
before_install: |
||||
- sudo add-apt-repository -y ppa:cassou/emacs |
||||
- sudo add-apt-repository -y ppa:ubuntu-elisp |
||||
- sudo apt-get update -qq |
||||
- sudo apt-get install -qq $emacs |
||||
- 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 |
||||
|
||||
Loading…
Reference in new issue