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

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

[nongnu] elpa/julia-mode 1b8682b 308/352: fix travis setup


From: ELPA Syncer
Subject: [nongnu] elpa/julia-mode 1b8682b 308/352: fix travis setup
Date: Sun, 29 Aug 2021 11:23:07 -0400 (EDT)

branch: elpa/julia-mode
commit 1b8682b312be3d4333f219f7587211cf2138a36b
Author: Tamas K. Papp <tkpapp@gmail.com>
Commit: Tamas K. Papp <tkpapp@gmail.com>

    fix travis setup
---
 .travis.yml | 10 +---------
 1 file changed, 1 insertion(+), 9 deletions(-)

diff --git a/.travis.yml b/.travis.yml
index a542264..dd2bfde 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -3,7 +3,6 @@ sudo: required
 dist: trusty
 env:
   matrix:
-    - EMACS=emacs23
     - EMACS=emacs24
     - EMACS=emacs-snapshot
 
@@ -16,11 +15,6 @@ branches:
     - master
 
 install:
-  - if [ "$EMACS" = 'emacs23' ]; then
-        sudo apt-get -qq update &&
-        sudo apt-get -qq -f install &&
-        sudo apt-get -qq install emacs23 emacs23-el;
-    fi
   - if [ "$EMACS" = 'emacs24' ]; then
         sudo apt-get -qq update &&
         sudo apt-get -qq -f install &&
@@ -37,9 +31,7 @@ install:
 script:
   - $EMACS --version
   - $EMACS --batch -L . --eval "(and (>= emacs-major-version 24) (setq 
byte-compile-error-on-warn t))" -f batch-byte-compile julia-mode.el
-  - if [ "$EMACS" != emacs23 ]; then
-      $EMACS -batch -L . -l ert -l julia-mode-tests.el -f 
ert-run-tests-batch-and-exit;
-    fi
+  - $EMACS -batch -L . -l ert -l julia-mode-tests.el -f 
ert-run-tests-batch-and-exit;
 
 notifications:
   email: false



reply via email to

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