Skip to content

Commit 35a95bb

Browse files
committed
add travis-ci configuration
1 parent 54f9ec8 commit 35a95bb

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

.travis.yml

+15
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
language: emacs-lisp
2+
env:
3+
matrix:
4+
- EMACS=emacs24
5+
- EMACS=emacs-snapshot
6+
before_install:
7+
- sudo add-apt-repository -y ppa:cassou/emacs
8+
- sudo add-apt-repository -y ppa:ubuntu-elisp
9+
- sudo apt-get update -qq
10+
- sudo apt-get install -qq $EMACS
11+
- if [ "$EMACS" = 'emacs-snapshot' ]; then
12+
sudo apt-get install -qq emacs-snapshot-el emacs-snapshot-nox;
13+
fi
14+
script:
15+
make test

0 commit comments

Comments
 (0)