Skip to content

Commit 0143276

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

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+
dist: xenial
3+
sudo: required
4+
env:
5+
- EMACS=emacs24
6+
- EMACS=emacs25
7+
- EMACS=emacs-snapshot
8+
install:
9+
- lsb_release -a
10+
- sudo add-apt-repository -y ppa:ubuntu-elisp
11+
- sudo apt-get update -y
12+
- sudo apt-get install emacs23 emacs24 emacs25 emacs-snapshot
13+
script: make -C src EMACS=$EMACS
14+
notifications:
15+

0 commit comments

Comments
 (0)