We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ceb575b commit 99c7431Copy full SHA for 99c7431
.travis.yml
@@ -15,6 +15,10 @@ env:
15
- EVM_EMACS=emacs-25.1-travis
16
- EVM_EMACS=emacs-25.2-travis
17
- EVM_EMACS=emacs-25.3-travis
18
+matrix:
19
+ allow_failures:
20
+ - env: EVM_EMACS=emacs-git-snapshot-travis-linux-xenial
21
+ fast_finish: true
22
before_install:
23
- curl -fsSkL https://gist.github.com/rejeep/ebcd57c3af83b049833b/raw > travis.sh && source ./travis.sh
24
- evm install "$EVM_EMACS" --use --skip
0 commit comments