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

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

[nongnu] elpa/flx f566207c82 015/182: travis config update


From: ELPA Syncer
Subject: [nongnu] elpa/flx f566207c82 015/182: travis config update
Date: Tue, 13 Dec 2022 03:59:15 -0500 (EST)

branch: elpa/flx
commit f566207c829ad282e7ac055cb4d90351232d42cd
Author: Le Wang <le.wang@agworld.com.au>
Commit: Le Wang <le.wang@agworld.com.au>

    travis config update
---
 .travis.yml | 11 ++++++++---
 1 file changed, 8 insertions(+), 3 deletions(-)

diff --git a/.travis.yml b/.travis.yml
index c143c8757c..673f50e13a 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,14 +1,19 @@
 language: emacs-lisp
 before_install:
-  - git submodule update --init
   - if [ "$EMACS" = 'emacs-snapshot' ]; then
       sudo add-apt-repository -y ppa:cassou/emacs &&
       sudo apt-get update -qq &&
       sudo apt-get install -qq
           emacs-snapshot-el emacs-snapshot-gtk emacs-snapshot;
     fi
+  - if [ "$EMACS" = 'emacs24' ]; then
+      sudo add-apt-repository -y ppa:cassou/emacs &&
+      sudo apt-get update -qq &&
+      sudo apt-get install -qq
+          emacs24 emacs24-el emacs24-common-non-dfsg;
+    fi
 env:
-  - EMACS=emacs24
-  # - EMACS=emacs-snapshot
+  - EMACS=emacs24 TAGS="--tags ~@requires-e24-3"
+  - EMACS=emacs-snapshot TAGS=""
 script:
   make travis-ci EMACS=$EMACS



reply via email to

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