Skip to content

Commit b7ca1dc

Browse files
committed
Simplify and allow failures for some env
1 parent 263f132 commit b7ca1dc

File tree

1 file changed

+17
-19
lines changed

1 file changed

+17
-19
lines changed

.travis.yml

Lines changed: 17 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,31 +1,29 @@
11
language: emacs-lisp
2+
3+
matrix:
4+
env:
5+
26
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
147
global:
158
- 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
1618
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
2122

2223
before_install:
23-
# evm install
2424
- curl -fsSkL https://gist.github.com/rejeep/7736123/raw > travis.sh && source ./travis.sh
25+
# install the emacs version
2526
- evm install $EVM_EMACS --use --skip
26-
- cask --version
27-
- emacs --version
28-
- env | grep -i emacs
2927
- cask
3028

3129
script:

0 commit comments

Comments
 (0)