Skip to content

Commit d98356c

Browse files
committed
Fix allow_failures syntax in travis.yml
1 parent 9ddc74f commit d98356c

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.travis.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,7 @@ env:
1313

1414
matrix:
1515
allow_failures:
16-
- env:
17-
- EMACS=emacs-snapshot TARGET=check
16+
- env: EMACS=emacs-snapshot TARGET=check
1817

1918
install:
2019
- if [ "$EMACS" = "emacs23" ]; then

0 commit comments

Comments
 (0)