.travis.yml (346B)
1 language: emacs-lisp 2 env: 3 - EVM_EMACS=emacs-25.3-travis 4 - EVM_EMACS=emacs-26.1-travis 5 - EVM_EMACS=emacs-git-snapshot-travis 6 7 before_install: 8 - git clone https://github.com/rejeep/evm.git $HOME/.evm 9 - export PATH=$HOME/.evm/bin:$PATH 10 - evm config path /tmp 11 - evm install $EVM_EMACS --use --skip 12 13 script: 14 - emacs --version 15 - make all