Skip to content

Commit 609d9a9

Browse files
committed
Setup travis-ci
1 parent a1d57fe commit 609d9a9

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

.travis.yml

+13
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
language: emacs-lisp
2+
env:
3+
- EVM_EMACS=emacs-24.3-travis
4+
- EVM_EMACS=emacs-24.4-travis
5+
- EVM_EMACS=emacs-24.5-travis
6+
before_install:
7+
- export PATH="$HOME/.evm/bin:$PATH"
8+
- git clone https://github.com/rejeep/evm.git /home/travis/.evm
9+
- evm config path /tmp
10+
- evm install $EVM_EMACS --use --skip
11+
script:
12+
- emacs --version
13+
- emacs -Q -batch -f batch-byte-compile *.el

0 commit comments

Comments
 (0)