Skip to content

Commit c20b3a7

Browse files
authored
Merge pull request emacs-php#505 from sergeyklay/travis-update-build-matrix
Added Emacs 26.2 to Travis CI build matrix
2 parents 1da0573 + e1e009e commit c20b3a7

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

Diff for: .travis.yml

+5-3
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,13 @@ env:
66
- EMACS_VERSION=emacs-25.2-travis
77
- EMACS_VERSION=emacs-25.3-travis
88
- EMACS_VERSION=emacs-26.1-travis
9+
- EMACS_VERSION=emacs-26.2-travis
910
- EMACS_VERSION=emacs-git-snapshot-travis
1011
- EMACS_VERSION=remacs-git-snapshot-travis
11-
# matrix:
12-
# allow_failures:
13-
# - env: EMACS_VERSION=emacs-git-snapshot-travis
12+
matrix:
13+
fast_finish: true
14+
allow_failures:
15+
- env: EMACS_VERSION=emacs-git-snapshot-travis
1416

1517
before_install:
1618
- export PATH="/home/travis/.evm/bin:$PATH"

0 commit comments

Comments
 (0)