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