Skip to content

Commit 12b8c20

Browse files
committed
Remove not working targets (because of cl-lib for {24.2, 24.1} or cask
for version < 24.)
1 parent b788241 commit 12b8c20

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

.travis.yml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -4,18 +4,18 @@ env:
44
global:
55
- PATH=$HOME/.cask/bin:$HOME/.evm/bin:$PATH
66
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
1313
- EVM_EMACS=emacs-24.3-bin
1414
- 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
1919

2020
before_install:
2121
- curl -fsSkL https://gist.github.com/rejeep/7736123/raw > travis.sh && source ./travis.sh

0 commit comments

Comments
 (0)