We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 19e950e commit 7bbe59dCopy full SHA for 7bbe59d
.travis.yml
@@ -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
+ email: [email protected]
0 commit comments