Skip to content

Commit 331b45d

Browse files
authored
Try fix/update CI-settings
1 parent bd54e4d commit 331b45d

File tree

1 file changed

+9
-4
lines changed

1 file changed

+9
-4
lines changed

.travis.yml

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,15 @@ language: generic
22
sudo: false
33

44
env:
5-
matrix:
6-
- EVM_EMACS=emacs-24.4-travis
7-
- EVM_EMACS=emacs-24.5-travis
8-
- EVM_EMACS=emacs-git-snapshot-travis
5+
- EVM_EMACS=emacs-24.4-travis
6+
- EVM_EMACS=emacs-24.5-travis
7+
- EVM_EMACS=emacs-25.1-travis
8+
- EVM_EMACS=emacs-25.2-travis
9+
- EVM_EMACS=emacs-git-snapshot-travis
10+
11+
matrix:
12+
allow_failures:
13+
- env: EVM_EMACS=emacs-git-snapshot-travis
914

1015
before_install:
1116
- git clone https://github.com/rejeep/evm.git /home/travis/.evm

0 commit comments

Comments
 (0)