We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 54f9ec8 commit 35a95bbCopy full SHA for 35a95bb
.travis.yml
@@ -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