diff options
| author | Miquel Sabaté Solà <msabate@suse.com> | 2020-04-05 12:26:13 +0200 |
|---|---|---|
| committer | Miquel Sabaté Solà <msabate@suse.com> | 2020-04-05 12:26:13 +0200 |
| commit | eb0d6621c991557964823c8af326a5dfdc56dd6f (patch) | |
| tree | a9b4273340dc1ab35a17995065e586a501193cf0 /.travis.yml | |
| parent | c3551def989ca5418468b64939f991ed042eabf1 (diff) | |
| download | soria-eb0d6621c991557964823c8af326a5dfdc56dd6f.tar.gz soria-eb0d6621c991557964823c8af326a5dfdc56dd6f.zip | |
Enable byte compiling and lexical binding
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à <msabate@suse.com>
Diffstat (limited to '.travis.yml')
| -rw-r--r-- | .travis.yml | 3 |
1 files changed, 3 insertions, 0 deletions
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 |
