forked from purcell/emacs.d
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.travis.yml
More file actions
32 lines (26 loc) · 706 Bytes
/
.travis.yml
File metadata and controls
32 lines (26 loc) · 706 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
language: ruby
before_install:
- git clone https://github.com/rejeep/evm.git $HOME/.evm
- export PATH=$HOME/.evm/bin:$PATH
- evm config path /tmp
- evm install $EVM_EMACS --use --skip
env:
- EVM_EMACS=emacs-23.4-travis
- EVM_EMACS=emacs-24.1-travis
- EVM_EMACS=emacs-24.2-travis
- EVM_EMACS=emacs-24.3-travis
- EVM_EMACS=emacs-24.4-travis
- EVM_EMACS=emacs-24.5-travis
- EVM_EMACS=emacs-git-snapshot-travis
matrix:
allow_failures:
- env:
- EVM_EMACS=emacs-git-snapshot-travis
- EVM_EMACS=emacs-24.1-travis
- EVM_EMACS=emacs-24.2-travis
script:
lsb_release -a && ./test-startup.sh
# Local Variables:
# indent-tabs-mode: nil
# coding: utf-8
# End: