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

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

[nongnu] elpa/rainbow-delimiters 9ee4a86d47 133/188: Run the test suite


From: ELPA Syncer
Subject: [nongnu] elpa/rainbow-delimiters 9ee4a86d47 133/188: Run the test suite under Emacs 23.
Date: Sat, 1 Jan 2022 00:58:59 -0500 (EST)

branch: elpa/rainbow-delimiters
commit 9ee4a86d47c7d5440daa2dedadadabc6a9dd1d35
Author: Fanael Linithien <fanael4@gmail.com>
Commit: Fanael Linithien <fanael4@gmail.com>

    Run the test suite under Emacs 23.
---
 .travis.yml | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/.travis.yml b/.travis.yml
index 99a07b4591..411b954ffe 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -11,8 +11,9 @@ before_install:
 install:
   - $EMACS -Q -batch --eval '(setq byte-compile-error-on-warn t)' -f 
batch-byte-compile rainbow-delimiters.el
 script:
-  - if ! [ "$EMACS" = "emacs23" ]; then
-        $EMACS -Q -batch -l rainbow-delimiters-test.el -f 
ert-run-tests-batch-and-exit;
+  - if [ "$EMACS" = "emacs23" ]; then
+      curl -O 
'https://raw.githubusercontent.com/ohler/ert/c619b56c5bc6a866e33787489545b87d79973205/lisp/emacs-lisp/ert.el';
     fi
+  - $EMACS -Q -batch -l rainbow-delimiters-test.el -f 
ert-run-tests-batch-and-exit
 notifications:
   email: false
\ No newline at end of file



reply via email to

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