File tree Expand file tree Collapse file tree 1 file changed +17
-19
lines changed Expand file tree Collapse file tree 1 file changed +17
-19
lines changed Original file line number Diff line number Diff line change 1
1
language : emacs-lisp
2
+
3
+ matrix :
4
+ env :
5
+
2
6
env :
3
- matrix :
4
- # Cask does not support emacs < 24
5
- # - EVM_EMACS=emacs-23.4-bin
6
- # dependencies break in ghc-core.el about cl-lib
7
- # - EVM_EMACS=emacs-24.1-bin
8
- # dependencies break in ghc-core.el about cl-lib
9
- # - EVM_EMACS=emacs-24.2-bin
10
- # ok
11
- - EVM_EMACS=emacs-24.3-bin
12
- # ok
13
- - EVM_EMACS=emacs-24.4-bin
14
7
global :
15
8
- PATH=$HOME/.cask/bin:$HOME/.evm/bin:$PATH
9
+ matrix :
10
+ # Cask does not support emacs < 24
11
+ - EVM_EMACS=emacs-23.4-bin
12
+ # dependencies break in ghc-core.el about cl-lib
13
+ - EVM_EMACS=emacs-24.1-bin
14
+ # dependencies break in ghc-core.el about cl-lib
15
+ - EVM_EMACS=emacs-24.2-bin
16
+ - EVM_EMACS=emacs-24.3-bin
17
+ - EVM_EMACS=emacs-24.4-bin
16
18
allow_failures :
17
- env :
18
- EVM_EMACS=emacs-23.4-bin
19
- EVM_EMACS=emacs-24.1-bin
20
- EVM_EMACS=emacs-24.2-bin
19
+ - EVM_EMACS=emacs-23.4-bin
20
+ - EVM_EMACS=emacs-24.1-bin
21
+ - EVM_EMACS=emacs-24.2-bin
21
22
22
23
before_install :
23
- # evm install
24
24
- curl -fsSkL https://gist.github.com/rejeep/7736123/raw > travis.sh && source ./travis.sh
25
+ # install the emacs version
25
26
- evm install $EVM_EMACS --use --skip
26
- - cask --version
27
- - emacs --version
28
- - env | grep -i emacs
29
27
- cask
30
28
31
29
script :
You can’t perform that action at this time.
0 commit comments