[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[nongnu] elpa/tuareg 0a501f7 5/7: Update list of Emacs versions for CI
From: |
ELPA Syncer |
Subject: |
[nongnu] elpa/tuareg 0a501f7 5/7: Update list of Emacs versions for CI |
Date: |
Sat, 5 Jun 2021 12:57:17 -0400 (EDT) |
branch: elpa/tuareg
commit 0a501f77f9da94a8b6598ad4d5152c7890bb16ba
Author: Mattias EngdegÄrd <mattiase@acm.org>
Commit: Stefan Monnier <monnier@iro.umontreal.ca>
Update list of Emacs versions for CI
Don't try to run on Emacs older than 24.4 since that is what tuareg
requires. Drop a few old subreleases and add more modern versions.
---
.travis.yml | 11 ++++++-----
1 file changed, 6 insertions(+), 5 deletions(-)
diff --git a/.travis.yml b/.travis.yml
index 2c93b41..2fe28a8 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -5,16 +5,17 @@ sudo: false
env:
matrix:
- - EVM_EMACS=emacs-24.3
- - EVM_EMACS=emacs-24.4
- - EVM_EMACS=emacs-24.5
- - EVM_EMACS=emacs-25.1
+ - EVM_EMACS=emacs-24.4-travis
+ - EVM_EMACS=emacs-25.3-travis
+ - EVM_EMACS=emacs-26.3-travis
+ - EVM_EMACS=emacs-27.1-travis-linux-xenial
+ - EVM_EMACS=emacs-git-snapshot-travis
before_install:
- export PATH="$HOME/.evm/bin:$PATH"
- git clone https://github.com/rejeep/evm.git $HOME/.evm
- evm config path /tmp
- - evm install ${EVM_EMACS}-travis --use --skip
+ - evm install ${EVM_EMACS} --use --skip
script:
- emacs --version
- [nongnu] elpa/tuareg updated (37a6730 -> 24c1a1a), ELPA Syncer, 2021/06/05
- [nongnu] elpa/tuareg 75c1ffc 1/7: Make beginning-of-defun (C-M-a) repeatable, ELPA Syncer, 2021/06/05
- [nongnu] elpa/tuareg b0a2547 2/7: Let declarative `and` begin a defun, ELPA Syncer, 2021/06/05
- [nongnu] elpa/tuareg 0a501f7 5/7: Update list of Emacs versions for CI,
ELPA Syncer <=
- [nongnu] elpa/tuareg cd86e73 4/7: Remove key binding for obsolete tuareg-narrow-to-phrase (bug#243), ELPA Syncer, 2021/06/05
- [nongnu] elpa/tuareg a0954c3 6/7: * tuareg-tests.el (tuareg-chained-defun): Fix warnings, ELPA Syncer, 2021/06/05
- [nongnu] elpa/tuareg 24c1a1a 7/7: * tuareg-tests.el (tuareg--lets): New macro, ELPA Syncer, 2021/06/05
- [nongnu] elpa/tuareg fa87a10 3/7: Put indentation tests in ERT, ELPA Syncer, 2021/06/05