We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a1d57fe commit 609d9a9Copy full SHA for 609d9a9
.travis.yml
@@ -0,0 +1,13 @@
1
+language: emacs-lisp
2
+env:
3
+ - EVM_EMACS=emacs-24.3-travis
4
+ - EVM_EMACS=emacs-24.4-travis
5
+ - EVM_EMACS=emacs-24.5-travis
6
+before_install:
7
+ - export PATH="$HOME/.evm/bin:$PATH"
8
+ - git clone https://github.com/rejeep/evm.git /home/travis/.evm
9
+ - evm config path /tmp
10
+ - evm install $EVM_EMACS --use --skip
11
+script:
12
+ - emacs --version
13
+ - emacs -Q -batch -f batch-byte-compile *.el
0 commit comments