Skip to content

Commit 99c7431

Browse files
committed
travis: mark "git-snapshot" as allowed failure
1 parent ceb575b commit 99c7431

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.travis.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,10 @@ env:
1515
- EVM_EMACS=emacs-25.1-travis
1616
- EVM_EMACS=emacs-25.2-travis
1717
- 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
1822
before_install:
1923
- curl -fsSkL https://gist.github.com/rejeep/ebcd57c3af83b049833b/raw > travis.sh && source ./travis.sh
2024
- evm install "$EVM_EMACS" --use --skip

0 commit comments

Comments
 (0)