Skip to content

Commit cca428d

Browse files
committed
Run tests on Emacs 25.3, 26.3, and snapshot
1 parent dc82e54 commit cca428d

File tree

1 file changed

+8
-9
lines changed

1 file changed

+8
-9
lines changed

.travis.yml

Lines changed: 8 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,14 @@
11
language: emacs-lisp
22
before_install:
3-
- curl -fsSkL https://gist.githubusercontent.com/rejeep/7736123/raw | sh
4-
- export PATH="/home/travis/.cask/bin:$PATH"
5-
- export PATH="/home/travis/.evm/bin:$PATH"
6-
- evm install $EVM_EMACS --use
7-
- cask
3+
- git clone https://github.com/rejeep/evm.git $HOME/.evm
4+
- export PATH=$HOME/.cask/bin:$HOME/.evm/bin:$PATH
5+
- evm config path /tmp
6+
- evm install $EVM_EMACS --use --skip
7+
- curl -fsSkL https://raw.github.com/cask/cask/master/go | python
88
env:
9-
- EVM_EMACS=emacs-24.1-bin
10-
- EVM_EMACS=emacs-24.2-bin
11-
- EVM_EMACS=emacs-24.4-bin
12-
- EVM_EMACS=emacs-24.5-bin
9+
- EVM_EMACS=emacs-25.3-travis
10+
- EVM_EMACS=emacs-26.3-travis-linux-xenial
11+
- EVM_EMACS=emacs-git-snapshot-travis-linux-xenial
1312
script:
1413
- emacs --version
1514
- make test

0 commit comments

Comments
 (0)