From eb0d6621c991557964823c8af326a5dfdc56dd6f Mon Sep 17 00:00:00 2001 From: Miquel Sabaté Solà Date: Sun, 5 Apr 2020 12:26:13 +0200 Subject: Enable byte compiling and lexical binding MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Moreover, require the minimum GNU Emacs version in the package metadata, not dinamically. Also add 25.1 in the .travis.yml matrix, so the minimum support GNU Emacs is also tested in CI. As recommended by @riscy in https://github.com/melpa/melpa/pull/6808. Signed-off-by: Miquel Sabaté Solà --- .travis.yml | 3 +++ 1 file changed, 3 insertions(+) (limited to '.travis.yml') diff --git a/.travis.yml b/.travis.yml index 7007671..1ffcc6c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,6 +2,9 @@ language: nix sudo: true env: + # The minimum required plus the latest from each major release plus the next + # release. + - EMACS_CI=emacs-25-1 - EMACS_CI=emacs-25-3 - EMACS_CI=emacs-26-3 - EMACS_CI=emacs-snapshot -- cgit v1.2.3