Skip to content

Commit ed1929b

Browse files
committed
Add Emacs 26.1 to the Travis CI build
1 parent f6b0be3 commit ed1929b

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.travis.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,9 @@ env:
99
- EMACS_BINARY=emacs-25.1-travis MAKE_TEST=test-bytecomp
1010
- EMACS_BINARY=emacs-25.2-travis MAKE_TEST=test
1111
- EMACS_BINARY=emacs-25.2-travis MAKE_TEST=test-bytecomp
12-
- EMACS_BINARY=emacs-25.2-travis MAKE_TEST=test-checks
12+
- EMACS_BINARY=emacs-26.1-travis MAKE_TEST=test
13+
- EMACS_BINARY=emacs-26.1-travis MAKE_TEST=test-bytecomp
14+
- EMACS_BINARY=emacs-26.1-travis MAKE_TEST=test-checks
1315
- EMACS_BINARY=emacs-git-snapshot-travis
1416
matrix:
1517
allow_failures:

0 commit comments

Comments
 (0)