From 8e38209394afef387049b1bf1d02c48136ea9d78 Mon Sep 17 00:00:00 2001 From: Henrik Lissner Date: Fri, 1 Jun 2018 16:36:33 +0200 Subject: [PATCH] Fix travis.yml (renamed to emacs-26.1-travis) And removed emacs-25.1-travis. I'll be phasing out support for emacs <= 25.2. --- .travis.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 19e39d973..9a94bfd6e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -13,9 +13,8 @@ before_install: - cp init.test.el ~/.config/doom/init.el - INSECURE=1 YES=1 make install env: - - EVM_EMACS=emacs-25.1-travis - EVM_EMACS=emacs-25.3-travis - - EVM_EMACS=emacs-26-pretest-travis + - EVM_EMACS=emacs-26.1-travis script: - emacs --version - DEBUG=1 make test