We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bd54e4d commit 331b45dCopy full SHA for 331b45d
.travis.yml
@@ -2,10 +2,15 @@ language: generic
2
sudo: false
3
4
env:
5
- matrix:
6
- - EVM_EMACS=emacs-24.4-travis
7
- - EVM_EMACS=emacs-24.5-travis
8
- - EVM_EMACS=emacs-git-snapshot-travis
+ - EVM_EMACS=emacs-24.4-travis
+ - EVM_EMACS=emacs-24.5-travis
+ - EVM_EMACS=emacs-25.1-travis
+ - 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
14
15
before_install:
16
- git clone https://github.com/rejeep/evm.git /home/travis/.evm
0 commit comments