Skip to content

Commit 7bbe59d

Browse files
committed
Automated build with Travis CI.
1 parent 19e950e commit 7bbe59d

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

.travis.yml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
# language: emacs-lisp
2+
dist: xenial
3+
sudo: required
4+
env:
5+
- EMACS=emacs23
6+
- EMACS=emacs24
7+
- EMACS=emacs25
8+
- EMACS=emacs-snapshot
9+
install:
10+
- lsb_release -a
11+
- sudo add-apt-repository -y ppa:ubuntu-elisp
12+
- sudo apt-get update -y
13+
- sudo apt-get install emacs23 emacs24 emacs25 emacs-snapshot
14+
script: make -C src EMACS=$EMACS
15+
notifications:
16+

0 commit comments

Comments
 (0)