Skip to content

Commit e1e009e

Browse files
committed
Return back allow failures for snapshot versions
1 parent d01e1b9 commit e1e009e

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.travis.yml

+4-3
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,10 @@ env:
99
- EMACS_VERSION=emacs-26.2-travis
1010
- EMACS_VERSION=emacs-git-snapshot-travis
1111
- EMACS_VERSION=remacs-git-snapshot-travis
12-
# matrix:
13-
# allow_failures:
14-
# - env: EMACS_VERSION=emacs-git-snapshot-travis
12+
matrix:
13+
fast_finish: true
14+
allow_failures:
15+
- env: EMACS_VERSION=emacs-git-snapshot-travis
1516

1617
before_install:
1718
- export PATH="/home/travis/.evm/bin:$PATH"

0 commit comments

Comments
 (0)