branch: elpa/rainbow-delimiters
commit 9ee4a86d47c7d5440daa2dedadadabc6a9dd1d35
Author: Fanael Linithien <[email protected]>
Commit: Fanael Linithien <[email protected]>

    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