Skip to content

Commit 1f82425

Browse files
committed
Allow failures on the snapshot
The the snapshot we use is constantly erroring the build without ever running tests.
1 parent 505c79d commit 1f82425

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.travis.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@ language: emacs-lisp
22
env:
33
- EMACS=emacs24
44
- EMACS=emacs-snapshot
5+
matrix:
6+
allow_failures:
7+
- env: EMACS=emacs-snapshot
58
before_install:
69
# Stable Emacs 24.3
710
- sudo add-apt-repository -y ppa:cassou/emacs

0 commit comments

Comments
 (0)