emacs-elpa-diffs
[Top][All Lists]
Advanced

[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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]