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

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

[nongnu] elpa/toc-org 274e821fd4 079/128: update emacs to 25 for travis


From: ELPA Syncer
Subject: [nongnu] elpa/toc-org 274e821fd4 079/128: update emacs to 25 for travis testing
Date: Sun, 2 Jan 2022 09:59:11 -0500 (EST)

branch: elpa/toc-org
commit 274e821fd4d825588c1b509047dc74e2ed5e58f7
Author: Sergei Nosov <sergei.nosov@gmail.com>
Commit: Sergei Nosov <sergei.nosov@gmail.com>

    update emacs to 25 for travis testing
---
 .travis.yml | 11 ++++++-----
 1 file changed, 6 insertions(+), 5 deletions(-)

diff --git a/.travis.yml b/.travis.yml
index 1ea12320d3..55a4eb0f1e 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,11 +1,12 @@
 language: emacs-lisp
 before_install:
   # PPA for stable Emacs packages
-  - sudo add-apt-repository -y ppa:cassou/emacs
-  # PPA for Emacs nightlies
-  - sudo add-apt-repository -y ppa:ubuntu-elisp/ppa
+  - sudo add-apt-repository -y ppa:kelleyk/emacs
   # Update and install the Emacs for our environment
   - sudo apt-get update -qq
-  - sudo apt-get install -qq -yy emacs24-nox emacs24-el
+  - sudo apt-get install -qq -yy emacs25-nox
   - emacs --version
-script: emacs -batch -l ert -l toc-org.el -l toc-org-test.el -f 
ert-run-tests-batch-and-exit && emacs -batch -f batch-byte-compile toc-org.el 
2>&1 | sed -n '/Warning\|Error/p' | xargs -r ls
+  - emacs-25.2 --version
+script:
+  - emacs      -batch -l ert -l toc-org.el -l toc-org-test.el -f 
ert-run-tests-batch-and-exit && emacs -batch -f batch-byte-compile toc-org.el 
2>&1 | sed -n '/Warning\|Error/p' | xargs -r ls
+  - emacs-25.2 -batch -l ert -l toc-org.el -l toc-org-test.el -f 
ert-run-tests-batch-and-exit && emacs -batch -f batch-byte-compile toc-org.el 
2>&1 | sed -n '/Warning\|Error/p' | xargs -r ls



reply via email to

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