Skip to content

Commit de52d27

Browse files
committed
1 parent 36ea400 commit de52d27

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

.travis.yml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
language: emacs-lisp
2+
before_install:
3+
- curl -fsSkL https://gist.github.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
8+
env:
9+
- EVM_EMACS=emacs-23.4-bin
10+
- EVM_EMACS=emacs-24.1-bin
11+
- EVM_EMACS=emacs-24.2-bin
12+
- EVM_EMACS=emacs-24.3-bin
13+
script:
14+
- emacs --version
15+
- make test

0 commit comments

Comments
 (0)