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

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[nongnu] elpa/forth-mode 9b0982e169 149/153: Fix CI


From: ELPA Syncer
Subject: [nongnu] elpa/forth-mode 9b0982e169 149/153: Fix CI
Date: Sat, 29 Jan 2022 08:02:28 -0500 (EST)

branch: elpa/forth-mode
commit 9b0982e169247b253a745127c64a2a425ad072d7
Author: Ben Siraphob <bensiraphob@gmail.com>
Commit: Lars Brinkhoff <lars@nocrew.org>

    Fix CI
---
 .travis.yml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/.travis.yml b/.travis.yml
index fa7696ee63..d8c49f032d 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,13 +1,13 @@
 language: emacs-lisp
 sudo: required
 env:
-  - EMACS=emacs23
   - EMACS=emacs24
+  - EMACS=emacs25
   - EMACS=emacs-snapshot
 install:
   - sudo add-apt-repository -y ppa:ubuntu-elisp
   - sudo apt-get update -y
-  - sudo apt-get install emacs23 emacs24 emacs-snapshot
+  - sudo apt-get install emacs24 emacs25 emacs-snapshot
   - sudo apt-get install gforth || true
 script: make EMACS=$EMACS
 notifications:



reply via email to

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