From e51c6e605493866c4094c89cc3f533ea98a7771f Mon Sep 17 00:00:00 2001 From: Carlo Sciolla Date: Sun, 25 Dec 2016 18:14:39 +0100 Subject: [PATCH] only test on newer Emacs releases --- .travis.yml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/.travis.yml b/.travis.yml index ded215a..efffa29 100644 --- a/.travis.yml +++ b/.travis.yml @@ -6,10 +6,8 @@ before_install: - evm install $EVM_EMACS --use - cask env: - - EVM_EMACS=emacs-23.4-bin - - EVM_EMACS=emacs-24.1-bin - - EVM_EMACS=emacs-24.2-bin - - EVM_EMACS=emacs-24.3-bin + - EVM_EMACS=emacs-24.5-travis + - EVM_EMACS=emacs-25.1-travis script: - emacs --version - make test