From 8be3d95f337967788d74c49772428bec3fc43b6d Mon Sep 17 00:00:00 2001 From: Henrik Lissner Date: Tue, 8 May 2018 15:19:54 +0200 Subject: [PATCH] Add emacs-26 to travis-ci; remove 25.2 --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 8f30119d5..19e39d973 100644 --- a/.travis.yml +++ b/.travis.yml @@ -14,8 +14,8 @@ before_install: - INSECURE=1 YES=1 make install env: - EVM_EMACS=emacs-25.1-travis - - EVM_EMACS=emacs-25.2-travis - EVM_EMACS=emacs-25.3-travis + - EVM_EMACS=emacs-26-pretest-travis script: - emacs --version - DEBUG=1 make test